Html Css Color HEX #BBB9CA Blue Haze

📋 copy color: '#BBB9CA'

red 187 ◦ green 185 ◦ blue 202

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

Shades of Blue Haze #BBB9CA

Tints of Blue Haze #BBB9CA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.23%

 BLUE value IS 202 (79.3% from 255) = 35.19%

R = 32.58%
G = 32.23%
B = 35.19%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BBB9CA (or 0xBBB9CA) is known color: Blue Haze. HEX triplet: BB, B9 and CA. RGB value is (187,185,202). Sum of RGB (Red+Green+Blue) = 187+185+202=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 185 (72.66% from 255 or 32.23% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBB9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB9CA is #444635. Grayscale: #BBBBBB. Windows color (decimal): -4474422 or 13285819. OLE color: 13285819.

HSL color Cylindrical-coordinate representation of color #BBB9CA: hue angle of 247.06º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBB9CA is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 185 202 -
CMYK 0.07 0.08 0 0.21
HSL 247.06º 0.14% 0.76% -
HSV(B) 247.06º 0.08% 0.79% -
XYZ 48.5 49.53 62.88 -
YUV 187.54 136.16 127.62 -
System Red Green Blue C M Y K H S L
Decimal 187 185 202 0.07 0.08 0 0.21 247.06 0.14 0.76
Hex BB B9 CA 7 8 0 15 F7 E 4C
Octal 273 271 312 7 10 0 25 367 16 114
Binary 10111011 10111001 11001010 111 1000 0 10101 11110111 1110 1001100

Color Harmonies of #BBB9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB9CA

Black with #BBB9CA

Text Example


Text Example

White with #BBB9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB9CA; }

 p { color: rgb(187,185,202); }

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

background-color css

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

 a { background-color: rgb(187,185,202); }

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

border-color css

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

 span { border-color: rgb(187,185,202); }

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