Html Css Color HEX #B5B4CB Blue Haze

📋 copy color: '#B5B4CB'

red 181 ◦ green 180 ◦ blue 203

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

Shades of Blue Haze #B5B4CB

Tints of Blue Haze #B5B4CB

RGB

 RED value IS 181 (71.09% from 255) = 32.09%

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

 BLUE value IS 203 (79.69% from 255) = 35.99%

R = 32.09%
G = 31.91%
B = 35.99%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B5B4CB (or 0xB5B4CB) is known color: Blue Haze. HEX triplet: B5, B4 and CB. RGB value is (181,180,203). Sum of RGB (Red+Green+Blue) = 181+180+203=564 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.09% from 564); Green value is 180 (70.70% from 255 or 31.91% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 203 - color contains mainly: blue. Hex color #B5B4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B4CB is #4A4B34. Grayscale: #B6B6B6. Windows color (decimal): -4868917 or 13350069. OLE color: 13350069.

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

Color convert

RGB 181 180 203 -
CMYK 0.11 0.11 0 0.20
HSL 242.61º 0.18% 0.75% -
HSV(B) 242.61º 0.11% 0.8% -
XYZ 46.16 46.78 63.1 -
YUV 182.92 139.33 126.63 -
System Red Green Blue C M Y K H S L
Decimal 181 180 203 0.11 0.11 0 0.20 242.61 0.18 0.75
Hex B5 B4 CB B B 0 14 F3 12 4B
Octal 265 264 313 13 13 0 24 363 22 113
Binary 10110101 10110100 11001011 1011 1011 0 10100 11110011 10010 1001011

Color Harmonies of #B5B4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B4CB

Black with #B5B4CB

Text Example


Text Example

White with #B5B4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B4CB; }

 p { color: rgb(181,180,203); }

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

background-color css

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

 a { background-color: rgb(181,180,203); }

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

border-color css

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

 span { border-color: rgb(181,180,203); }

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