Html Css Color HEX #B0AFCB Blue Haze

📋 copy color: '#B0AFCB'

red 176 ◦ green 175 ◦ blue 203

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

Shades of Blue Haze #B0AFCB

Tints of Blue Haze #B0AFCB

RGB

 RED value IS 176 (69.14% from 255) = 31.77%

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

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

R = 31.77%
G = 31.59%
B = 36.64%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B0AFCB (or 0xB0AFCB) is known color: Blue Haze. HEX triplet: B0, AF and CB. RGB value is (176,175,203). Sum of RGB (Red+Green+Blue) = 176+175+203=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 203 - color contains mainly: blue. Hex color #B0AFCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AFCB is #4F5034. Grayscale: #B2B2B2. Windows color (decimal): -5197877 or 13348784. OLE color: 13348784.

HSL color Cylindrical-coordinate representation of color #B0AFCB: hue angle of 242.14º 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 #B0AFCB is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 175 203 -
CMYK 0.13 0.14 0 0.20
HSL 242.14º 0.21% 0.74% -
HSV(B) 242.14º 0.14% 0.8% -
XYZ 44.01 44.2 62.71 -
YUV 178.49 141.83 126.22 -
System Red Green Blue C M Y K H S L
Decimal 176 175 203 0.13 0.14 0 0.20 242.14 0.21 0.74
Hex B0 AF CB D E 0 14 F2 15 4A
Octal 260 257 313 15 16 0 24 362 25 112
Binary 10110000 10101111 11001011 1101 1110 0 10100 11110010 10101 1001010

Color Harmonies of #B0AFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AFCB

Black with #B0AFCB

Text Example


Text Example

White with #B0AFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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