Html Css Color HEX #BBB8C6 Blue Haze

📋 copy color: '#BBB8C6'

red 187 ◦ green 184 ◦ blue 198

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

Shades of Blue Haze #BBB8C6

Tints of Blue Haze #BBB8C6

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.34%

 BLUE value IS 198 (77.73% from 255) = 34.8%

R = 32.86%
G = 32.34%
B = 34.8%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BBB8C6 (or 0xBBB8C6) is known color: Blue Haze. HEX triplet: BB, B8 and C6. RGB value is (187,184,198). Sum of RGB (Red+Green+Blue) = 187+184+198=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 184 (72.27% from 255 or 32.34% from 569); Blue value is 198 (77.73% from 255 or 34.80% from 569); Max value from RGB is 198 - color contains mainly: blue. Hex color #BBB8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB8C6 is #444739. Grayscale: #BABABA. Windows color (decimal): -4474682 or 13023419. OLE color: 13023419.

HSL color Cylindrical-coordinate representation of color #BBB8C6: hue angle of 252.86º degrees, saturation: 0.11, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBB8C6 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 184 198 -
CMYK 0.06 0.07 0 0.22
HSL 252.86º 0.11% 0.75% -
HSV(B) 252.86º 0.07% 0.78% -
XYZ 47.83 48.92 60.35 -
YUV 186.49 134.49 128.36 -
System Red Green Blue C M Y K H S L
Decimal 187 184 198 0.06 0.07 0 0.22 252.86 0.11 0.75
Hex BB B8 C6 6 7 0 16 FD B 4B
Octal 273 270 306 6 7 0 26 375 13 113
Binary 10111011 10111000 11000110 110 111 0 10110 11111101 1011 1001011

Color Harmonies of #BBB8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB8C6

Black with #BBB8C6

Text Example


Text Example

White with #BBB8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB8C6; }

 p { color: rgb(187,184,198); }

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

background-color css

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

 a { background-color: rgb(187,184,198); }

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

border-color css

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

 span { border-color: rgb(187,184,198); }

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