Html Css Color HEX #BBB6D1 Blue Haze

📋 copy color: '#BBB6D1'

red 187 ◦ green 182 ◦ blue 209

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

Shades of Blue Haze #BBB6D1

Tints of Blue Haze #BBB6D1

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.49%

 BLUE value IS 209 (82.03% from 255) = 36.16%

R = 32.35%
G = 31.49%
B = 36.16%

CMYK

 C value IS 0.11

 M value IS 0.13

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BBB6D1 (or 0xBBB6D1) is known color: Blue Haze. HEX triplet: BB, B6 and D1. RGB value is (187,182,209). Sum of RGB (Red+Green+Blue) = 187+182+209=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 182 (71.48% from 255 or 31.49% from 578); Blue value is 209 (82.03% from 255 or 36.16% from 578); Max value from RGB is 209 - color contains mainly: blue. Hex color #BBB6D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB6D1 is #44492E. Grayscale: #BABABA. Windows color (decimal): -4475183 or 13743803. OLE color: 13743803.

HSL color Cylindrical-coordinate representation of color #BBB6D1: hue angle of 251.11º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBB6D1 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 182 209 -
CMYK 0.11 0.13 0 0.18
HSL 251.11º 0.23% 0.77% -
HSV(B) 251.11º 0.13% 0.82% -
XYZ 48.73 48.62 67.14 -
YUV 186.57 140.66 128.3 -
System Red Green Blue C M Y K H S L
Decimal 187 182 209 0.11 0.13 0 0.18 251.11 0.23 0.77
Hex BB B6 D1 B D 0 12 FB 17 4D
Octal 273 266 321 13 15 0 22 373 27 115
Binary 10111011 10110110 11010001 1011 1101 0 10010 11111011 10111 1001101

Color Harmonies of #BBB6D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB6D1

Black with #BBB6D1

Text Example


Text Example

White with #BBB6D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB6D1; }

 p { color: rgb(187,182,209); }

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

background-color css

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

 a { background-color: rgb(187,182,209); }

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

border-color css

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

 span { border-color: rgb(187,182,209); }

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