Html Css Color HEX #BBB4D4 Blue Haze

📋 copy color: '#BBB4D4'

red 187 ◦ green 180 ◦ blue 212

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

Shades of Blue Haze #BBB4D4

Tints of Blue Haze #BBB4D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.61%

R = 32.3%
G = 31.09%
B = 36.61%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BBB4D4 (or 0xBBB4D4) is known color: Blue Haze. HEX triplet: BB, B4 and D4. RGB value is (187,180,212). Sum of RGB (Red+Green+Blue) = 187+180+212=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 180 (70.70% from 255 or 31.09% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 212 - color contains mainly: blue. Hex color #BBB4D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB4D4 is #444B2B. Grayscale: #B9B9B9. Windows color (decimal): -4475692 or 13939899. OLE color: 13939899.

HSL color Cylindrical-coordinate representation of color #BBB4D4: hue angle of 253.12º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBB4D4 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 180 212 -
CMYK 0.12 0.15 0 0.17
HSL 253.13º 0.27% 0.77% -
HSV(B) 253.13º 0.15% 0.83% -
XYZ 48.7 47.96 68.98 -
YUV 185.74 142.82 128.9 -
System Red Green Blue C M Y K H S L
Decimal 187 180 212 0.12 0.15 0 0.17 253.13 0.27 0.77
Hex BB B4 D4 C F 0 11 FD 1B 4D
Octal 273 264 324 14 17 0 21 375 33 115
Binary 10111011 10110100 11010100 1100 1111 0 10001 11111101 11011 1001101

Color Harmonies of #BBB4D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB4D4

Black with #BBB4D4

Text Example


Text Example

White with #BBB4D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB4D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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