Html Css Color HEX #BBB4CD Blue Haze

📋 copy color: '#BBB4CD'

red 187 ◦ green 180 ◦ blue 205

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

Shades of Blue Haze #BBB4CD

Tints of Blue Haze #BBB4CD

RGB

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

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

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

R = 32.69%
G = 31.47%
B = 35.84%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BBB4CD (or 0xBBB4CD) is known color: Blue Haze. HEX triplet: BB, B4 and CD. RGB value is (187,180,205). Sum of RGB (Red+Green+Blue) = 187+180+205=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBB4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB4CD is #444B32. Grayscale: #B8B8B8. Windows color (decimal): -4475699 or 13481147. OLE color: 13481147.

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

Color convert

RGB 187 180 205 -
CMYK 0.09 0.12 0 0.20
HSL 256.8º 0.2% 0.75% -
HSV(B) 256.8º 0.12% 0.8% -
XYZ 47.83 47.62 64.43 -
YUV 184.94 139.32 129.47 -
System Red Green Blue C M Y K H S L
Decimal 187 180 205 0.09 0.12 0 0.20 256.8 0.2 0.75
Hex BB B4 CD 9 C 0 14 101 14 4B
Octal 273 264 315 11 14 0 24 401 24 113
Binary 10111011 10110100 11001101 1001 1100 0 10100 100000001 10100 1001011

Color Harmonies of #BBB4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB4CD

Black with #BBB4CD

Text Example


Text Example

White with #BBB4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB4CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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