Html Css Color HEX #B2ABCF Blue Haze

📋 copy color: '#B2ABCF'

red 178 ◦ green 171 ◦ blue 207

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

Shades of Blue Haze #B2ABCF

Tints of Blue Haze #B2ABCF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.76%

 BLUE value IS 207 (81.25% from 255) = 37.23%

R = 32.01%
G = 30.76%
B = 37.23%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B2ABCF (or 0xB2ABCF) is known color: Blue Haze. HEX triplet: B2, AB and CF. RGB value is (178,171,207). Sum of RGB (Red+Green+Blue) = 178+171+207=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 207 - color contains mainly: blue. Hex color #B2ABCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ABCF is #4D5430. Grayscale: #B1B1B1. Windows color (decimal): -5067825 or 13609906. OLE color: 13609906.

HSL color Cylindrical-coordinate representation of color #B2ABCF: hue angle of 251.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B2ABCF is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 171 207 -
CMYK 0.14 0.17 0 0.19
HSL 251.67º 0.27% 0.74% -
HSV(B) 251.67º 0.17% 0.81% -
XYZ 44.19 43.1 65.02 -
YUV 177.2 144.82 128.57 -
System Red Green Blue C M Y K H S L
Decimal 178 171 207 0.14 0.17 0 0.19 251.67 0.27 0.74
Hex B2 AB CF E 11 0 13 FC 1B 4A
Octal 262 253 317 16 21 0 23 374 33 112
Binary 10110010 10101011 11001111 1110 10001 0 10011 11111100 11011 1001010

Color Harmonies of #B2ABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ABCF

Black with #B2ABCF

Text Example


Text Example

White with #B2ABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ABCF; }

 p { color: rgb(178,171,207); }

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

background-color css

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

 a { background-color: rgb(178,171,207); }

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

border-color css

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

 span { border-color: rgb(178,171,207); }

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