Html Css Color HEX #B5B4CC Blue Haze

📋 copy color: '#B5B4CC'

red 181 ◦ green 180 ◦ blue 204

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

Shades of Blue Haze #B5B4CC

Tints of Blue Haze #B5B4CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.11%

R = 32.04%
G = 31.86%
B = 36.11%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B5B4CC (or 0xB5B4CC) is known color: Blue Haze. HEX triplet: B5, B4 and CC. RGB value is (181,180,204). Sum of RGB (Red+Green+Blue) = 181+180+204=565 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.04% from 565); Green value is 180 (70.70% from 255 or 31.86% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 204 - color contains mainly: blue. Hex color #B5B4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B4CC is #4A4B33. Grayscale: #B6B6B6. Windows color (decimal): -4868916 or 13415605. OLE color: 13415605.

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

Color convert

RGB 181 180 204 -
CMYK 0.11 0.12 0 0.2
HSL 242.5º 0.19% 0.75% -
HSV(B) 242.5º 0.12% 0.8% -
XYZ 46.28 46.83 63.73 -
YUV 183.04 139.83 126.55 -
System Red Green Blue C M Y K H S L
Decimal 181 180 204 0.11 0.12 0 0.2 242.5 0.19 0.75
Hex B5 B4 CC B C 0 14 F2 13 4B
Octal 265 264 314 13 14 0 24 362 23 113
Binary 10110101 10110100 11001100 1011 1100 0 10100 11110010 10011 1001011

Color Harmonies of #B5B4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B4CC

Black with #B5B4CC

Text Example


Text Example

White with #B5B4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B4CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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