Html Css Color HEX #BBB7C5 Blue Haze

📋 copy color: '#BBB7C5'

red 187 ◦ green 183 ◦ blue 197

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

Shades of Blue Haze #BBB7C5

Tints of Blue Haze #BBB7C5

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.28%

 BLUE value IS 197 (77.34% from 255) = 34.74%

R = 32.98%
G = 32.28%
B = 34.74%

CMYK

 C value IS 0.05

 M value IS 0.07

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BBB7C5 (or 0xBBB7C5) is known color: Blue Haze. HEX triplet: BB, B7 and C5. RGB value is (187,183,197). Sum of RGB (Red+Green+Blue) = 187+183+197=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 183 (71.88% from 255 or 32.28% from 567); Blue value is 197 (77.34% from 255 or 34.74% from 567); Max value from RGB is 197 - color contains mainly: blue. Hex color #BBB7C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB7C5 is #44483A. Grayscale: #B9B9B9. Windows color (decimal): -4474939 or 12957627. OLE color: 12957627.

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

Color convert

RGB 187 183 197 -
CMYK 0.05 0.07 0 0.23
HSL 257.14º 0.11% 0.75% -
HSV(B) 257.14º 0.07% 0.77% -
XYZ 47.51 48.46 59.67 -
YUV 185.79 134.33 128.86 -
System Red Green Blue C M Y K H S L
Decimal 187 183 197 0.05 0.07 0 0.23 257.14 0.11 0.75
Hex BB B7 C5 5 7 0 17 101 B 4B
Octal 273 267 305 5 7 0 27 401 13 113
Binary 10111011 10110111 11000101 101 111 0 10111 100000001 1011 1001011

Color Harmonies of #BBB7C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB7C5

Black with #BBB7C5

Text Example


Text Example

White with #BBB7C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB7C5; }

 p { color: rgb(187,183,197); }

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

background-color css

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

 a { background-color: rgb(187,183,197); }

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

border-color css

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

 span { border-color: rgb(187,183,197); }

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