Html Css Color HEX #B2AFCB Blue Haze

📋 copy color: '#B2AFCB'

red 178 ◦ green 175 ◦ blue 203

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

Shades of Blue Haze #B2AFCB

Tints of Blue Haze #B2AFCB

RGB

 RED value IS 178 (69.92% from 255) = 32.01%

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

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

R = 32.01%
G = 31.47%
B = 36.51%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B2AFCB (or 0xB2AFCB) is known color: Blue Haze. HEX triplet: B2, AF and CB. RGB value is (178,175,203). Sum of RGB (Red+Green+Blue) = 178+175+203=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 203 - color contains mainly: blue. Hex color #B2AFCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AFCB is #4D5034. Grayscale: #B2B2B2. Windows color (decimal): -5066805 or 13348786. OLE color: 13348786.

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

Color convert

RGB 178 175 203 -
CMYK 0.12 0.14 0 0.20
HSL 246.43º 0.21% 0.74% -
HSV(B) 246.43º 0.14% 0.8% -
XYZ 44.47 44.44 62.73 -
YUV 179.09 141.49 127.22 -
System Red Green Blue C M Y K H S L
Decimal 178 175 203 0.12 0.14 0 0.20 246.43 0.21 0.74
Hex B2 AF CB C E 0 14 F6 15 4A
Octal 262 257 313 14 16 0 24 366 25 112
Binary 10110010 10101111 11001011 1100 1110 0 10100 11110110 10101 1001010

Color Harmonies of #B2AFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AFCB

Black with #B2AFCB

Text Example


Text Example

White with #B2AFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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