Html Css Color HEX #BBB6CD Blue Haze

📋 copy color: '#BBB6CD'

red 187 ◦ green 182 ◦ blue 205

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

Shades of Blue Haze #BBB6CD

Tints of Blue Haze #BBB6CD

RGB

 RED value IS 187 (73.44% from 255) = 32.58%

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

 BLUE value IS 205 (80.47% from 255) = 35.71%

R = 32.58%
G = 31.71%
B = 35.71%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BBB6CD (or 0xBBB6CD) is known color: Blue Haze. HEX triplet: BB, B6 and CD. RGB value is (187,182,205). Sum of RGB (Red+Green+Blue) = 187+182+205=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 182 (71.48% from 255 or 31.71% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBB6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB6CD is #444932. Grayscale: #BABABA. Windows color (decimal): -4475187 or 13481659. OLE color: 13481659.

HSL color Cylindrical-coordinate representation of color #BBB6CD: hue angle of 253.04º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBB6CD is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 182 205 -
CMYK 0.09 0.11 0 0.20
HSL 253.04º 0.19% 0.76% -
HSV(B) 253.04º 0.11% 0.8% -
XYZ 48.24 48.43 64.56 -
YUV 186.12 138.66 128.63 -
System Red Green Blue C M Y K H S L
Decimal 187 182 205 0.09 0.11 0 0.20 253.04 0.19 0.76
Hex BB B6 CD 9 B 0 14 FD 13 4C
Octal 273 266 315 11 13 0 24 375 23 114
Binary 10111011 10110110 11001101 1001 1011 0 10100 11111101 10011 1001100

Color Harmonies of #BBB6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB6CD

Black with #BBB6CD

Text Example


Text Example

White with #BBB6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB6CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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