Html Css Color HEX #BBB6C6 Blue Haze

📋 copy color: '#BBB6C6'

red 187 ◦ green 182 ◦ blue 198

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

Shades of Blue Haze #BBB6C6

Tints of Blue Haze #BBB6C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.92%

R = 32.98%
G = 32.1%
B = 34.92%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BBB6C6 (or 0xBBB6C6) is known color: Blue Haze. HEX triplet: BB, B6 and C6. RGB value is (187,182,198). Sum of RGB (Red+Green+Blue) = 187+182+198=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 182 (71.48% from 255 or 32.10% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 198 - color contains mainly: blue. Hex color #BBB6C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB6C6 is #444939. Grayscale: #B9B9B9. Windows color (decimal): -4475194 or 13022907. OLE color: 13022907.

HSL color Cylindrical-coordinate representation of color #BBB6C6: hue angle of 258.75º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBB6C6 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 182 198 -
CMYK 0.06 0.08 0 0.22
HSL 258.75º 0.12% 0.75% -
HSV(B) 258.75º 0.08% 0.78% -
XYZ 47.41 48.1 60.21 -
YUV 185.32 135.16 129.2 -
System Red Green Blue C M Y K H S L
Decimal 187 182 198 0.06 0.08 0 0.22 258.75 0.12 0.75
Hex BB B6 C6 6 8 0 16 103 C 4B
Octal 273 266 306 6 10 0 26 403 14 113
Binary 10111011 10110110 11000110 110 1000 0 10110 100000011 1100 1001011

Color Harmonies of #BBB6C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB6C6

Black with #BBB6C6

Text Example


Text Example

White with #BBB6C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB6C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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