Html Css Color HEX #BBB4CF Blue Haze

📋 copy color: '#BBB4CF'

red 187 ◦ green 180 ◦ blue 207

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

Shades of Blue Haze #BBB4CF

Tints of Blue Haze #BBB4CF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.36%

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

R = 32.58%
G = 31.36%
B = 36.06%

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

#BBB4CF (or 0xBBB4CF) is known color: Blue Haze. HEX triplet: BB, B4 and CF. RGB value is (187,180,207). Sum of RGB (Red+Green+Blue) = 187+180+207=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 180 (70.70% from 255 or 31.36% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBB4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB4CF is #444B30. Grayscale: #B9B9B9. Windows color (decimal): -4475697 or 13612219. OLE color: 13612219.

HSL color Cylindrical-coordinate representation of color #BBB4CF: hue angle of 255.56º degrees, saturation: 0.22, 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 #BBB4CF is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 180 207 -
CMYK 0.10 0.13 0 0.19
HSL 255.56º 0.22% 0.76% -
HSV(B) 255.56º 0.13% 0.81% -
XYZ 48.08 47.71 65.71 -
YUV 185.17 140.32 129.3 -
System Red Green Blue C M Y K H S L
Decimal 187 180 207 0.10 0.13 0 0.19 255.56 0.22 0.76
Hex BB B4 CF A D 0 13 100 16 4C
Octal 273 264 317 12 15 0 23 400 26 114
Binary 10111011 10110100 11001111 1010 1101 0 10011 100000000 10110 1001100

Color Harmonies of #BBB4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB4CF

Black with #BBB4CF

Text Example


Text Example

White with #BBB4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB4CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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