Html Css Color HEX #B6BBCB Echo Blue

📋 copy color: '#B6BBCB'

red 182 ◦ green 187 ◦ blue 203

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

Shades of Echo Blue #B6BBCB

Tints of Echo Blue #B6BBCB

RGB

 RED value IS 182 (71.48% from 255) = 31.82%

 GREEN value IS 187 (73.44% from 255) = 32.69%

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

R = 31.82%
G = 32.69%
B = 35.49%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B6BBCB (or 0xB6BBCB) is known color: Echo Blue. HEX triplet: B6, BB and CB. RGB value is (182,187,203). Sum of RGB (Red+Green+Blue) = 182+187+203=572 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.82% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 203 - color contains mainly: blue. Hex color #B6BBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BBCB is #494434. Grayscale: #BBBBBB. Windows color (decimal): -4801589 or 13351862. OLE color: 13351862.

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

Color convert

RGB 182 187 203 -
CMYK 0.10 0.08 0 0.20
HSL 225.71º 0.17% 0.75% -
HSV(B) 225.71º 0.1% 0.8% -
XYZ 47.84 49.8 63.59 -
YUV 187.33 136.84 124.2 -
System Red Green Blue C M Y K H S L
Decimal 182 187 203 0.10 0.08 0 0.20 225.71 0.17 0.75
Hex B6 BB CB A 8 0 14 E2 11 4B
Octal 266 273 313 12 10 0 24 342 21 113
Binary 10110110 10111011 11001011 1010 1000 0 10100 11100010 10001 1001011

Color Harmonies of #B6BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BBCB

Black with #B6BBCB

Text Example


Text Example

White with #B6BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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