Html Css Color HEX #B1B6CB Echo Blue

📋 copy color: '#B1B6CB'

red 177 ◦ green 182 ◦ blue 203

#B1B6CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Echo Blue #B1B6CB

Tints of Echo Blue #B1B6CB

RGB

 RED value IS 177 (69.53% from 255) = 31.49%

 GREEN value IS 182 (71.48% from 255) = 32.38%

 BLUE value IS 203 (79.69% from 255) = 36.12%

R = 31.49%
G = 32.38%
B = 36.12%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B1B6CB (or 0xB1B6CB) is known color: Echo Blue. HEX triplet: B1, B6 and CB. RGB value is (177,182,203). Sum of RGB (Red+Green+Blue) = 177+182+203=562 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.49% from 562); Green value is 182 (71.48% from 255 or 32.38% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 203 - color contains mainly: blue. Hex color #B1B6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1B6CB is #4E4934. Grayscale: #B6B6B6. Windows color (decimal): -5130549 or 13350577. OLE color: 13350577.

HSL color Cylindrical-coordinate representation of color #B1B6CB: hue angle of 228.46º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B1B6CB is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 182 203 -
CMYK 0.13 0.10 0 0.20
HSL 228.46º 0.2% 0.75% -
HSV(B) 228.46º 0.13% 0.8% -
XYZ 45.64 47.11 63.19 -
YUV 182.9 139.34 123.79 -
System Red Green Blue C M Y K H S L
Decimal 177 182 203 0.13 0.10 0 0.20 228.46 0.2 0.75
Hex B1 B6 CB D A 0 14 E4 14 4B
Octal 261 266 313 15 12 0 24 344 24 113
Binary 10110001 10110110 11001011 1101 1010 0 10100 11100100 10100 1001011

Color Harmonies of #B1B6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B6CB

Black with #B1B6CB

Text Example


Text Example

White with #B1B6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B6CB; }

 p { color: rgb(177,182,203); }

 H1.HeaderClassName
 {
   color: #B1B6CB;
 }
 .AnyTagClassName
 {
   color: #B1B6CB;
 }
</style>

background-color css

<style>
 a { background-color: #B1B6CB; }

 a { background-color: rgb(177,182,203); }

 div.DivClassName
 {
   background-color: #B1B6CB;
 }
 .BgClassName
 {
   background-color: #B1B6CB;
 }
</style>

border-color css

<style>
 span { border-color: #B1B6CB; }

 span { border-color: rgb(177,182,203); }

 td.TdClassName
 {
   border-color: #B1B6CB;
 }
 .TagClassName
 {
   border-color: #B1B6CB;
 }
</style>