Html Css Color HEX #B5AFCB Blue Haze

📋 copy color: '#B5AFCB'

red 181 ◦ green 175 ◦ blue 203

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

Shades of Blue Haze #B5AFCB

Tints of Blue Haze #B5AFCB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.31%

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

R = 32.38%
G = 31.31%
B = 36.31%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B5AFCB (or 0xB5AFCB) is known color: Blue Haze. HEX triplet: B5, AF and CB. RGB value is (181,175,203). Sum of RGB (Red+Green+Blue) = 181+175+203=559 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.38% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 203 - color contains mainly: blue. Hex color #B5AFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AFCB is #4A5034. Grayscale: #B3B3B3. Windows color (decimal): -4870197 or 13348789. OLE color: 13348789.

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

Color convert

RGB 181 175 203 -
CMYK 0.11 0.14 0 0.20
HSL 252.86º 0.21% 0.74% -
HSV(B) 252.86º 0.14% 0.8% -
XYZ 45.17 44.8 62.77 -
YUV 179.99 140.99 128.72 -
System Red Green Blue C M Y K H S L
Decimal 181 175 203 0.11 0.14 0 0.20 252.86 0.21 0.74
Hex B5 AF CB B E 0 14 FD 15 4A
Octal 265 257 313 13 16 0 24 375 25 112
Binary 10110101 10101111 11001011 1011 1110 0 10100 11111101 10101 1001010

Color Harmonies of #B5AFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AFCB

Black with #B5AFCB

Text Example


Text Example

White with #B5AFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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