Html Css Color HEX #B2ABEC Lavender Grey

📋 copy color: '#B2ABEC'

red 178 ◦ green 171 ◦ blue 236

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

Shades of Lavender Grey #B2ABEC

Tints of Lavender Grey #B2ABEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.34%

R = 30.43%
G = 29.23%
B = 40.34%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B2ABEC (or 0xB2ABEC) is known color: Lavender Grey. HEX triplet: B2, AB and EC. RGB value is (178,171,236). Sum of RGB (Red+Green+Blue) = 178+171+236=585 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.43% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #B2ABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2ABEC is #4D5413. Grayscale: #B4B4B4. Windows color (decimal): -5067796 or 15510450. OLE color: 15510450.

HSL color Cylindrical-coordinate representation of color #B2ABEC: hue angle of 246.46º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2ABEC is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 171 236 -
CMYK 0.25 0.28 0 0.07
HSL 246.46º 0.63% 0.8% -
HSV(B) 246.46º 0.28% 0.93% -
XYZ 48.06 44.65 85.44 -
YUV 180.5 159.32 126.21 -
System Red Green Blue C M Y K H S L
Decimal 178 171 236 0.25 0.28 0 0.07 246.46 0.63 0.8
Hex B2 AB EC 19 1C 0 7 F6 3F 50
Octal 262 253 354 31 34 0 7 366 77 120
Binary 10110010 10101011 11101100 11001 11100 0 111 11110110 111111 1010000

Color Harmonies of #B2ABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ABEC

Black with #B2ABEC

Text Example


Text Example

White with #B2ABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ABEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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