Html Css Color HEX #BBB5CF Blue Haze

📋 copy color: '#BBB5CF'

red 187 ◦ green 181 ◦ blue 207

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

Shades of Blue Haze #BBB5CF

Tints of Blue Haze #BBB5CF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.48%

 BLUE value IS 207 (81.25% from 255) = 36%

R = 32.52%
G = 31.48%
B = 36%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BBB5CF (or 0xBBB5CF) is known color: Blue Haze. HEX triplet: BB, B5 and CF. RGB value is (187,181,207). Sum of RGB (Red+Green+Blue) = 187+181+207=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 181 (71.09% from 255 or 31.48% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBB5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB5CF is #444A30. Grayscale: #B9B9B9. Windows color (decimal): -4475441 or 13612475. OLE color: 13612475.

HSL color Cylindrical-coordinate representation of color #BBB5CF: hue angle of 253.85º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBB5CF is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 181 207 -
CMYK 0.10 0.13 0 0.19
HSL 253.85º 0.21% 0.76% -
HSV(B) 253.85º 0.13% 0.81% -
XYZ 48.28 48.12 65.77 -
YUV 185.76 139.99 128.89 -
System Red Green Blue C M Y K H S L
Decimal 187 181 207 0.10 0.13 0 0.19 253.85 0.21 0.76
Hex BB B5 CF A D 0 13 FE 15 4C
Octal 273 265 317 12 15 0 23 376 25 114
Binary 10111011 10110101 11001111 1010 1101 0 10011 11111110 10101 1001100

Color Harmonies of #BBB5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB5CF

Black with #BBB5CF

Text Example


Text Example

White with #BBB5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB5CF; }

 p { color: rgb(187,181,207); }

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

background-color css

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

 a { background-color: rgb(187,181,207); }

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

border-color css

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

 span { border-color: rgb(187,181,207); }

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