Html Css Color HEX #B2ABEF Lavender Grey

📋 copy color: '#B2ABEF'

red 178 ◦ green 171 ◦ blue 239

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

Shades of Lavender Grey #B2ABEF

Tints of Lavender Grey #B2ABEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.65%

R = 30.27%
G = 29.08%
B = 40.65%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B2ABEF (or 0xB2ABEF) is known color: Lavender Grey. HEX triplet: B2, AB and EF. RGB value is (178,171,239). Sum of RGB (Red+Green+Blue) = 178+171+239=588 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.27% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #B2ABEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2ABEF is #4D5410. Grayscale: #B4B4B4. Windows color (decimal): -5067793 or 15707058. OLE color: 15707058.

HSL color Cylindrical-coordinate representation of color #B2ABEF: hue angle of 246.18º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2ABEF is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 171 239 -
CMYK 0.26 0.28 0 0.06
HSL 246.18º 0.68% 0.8% -
HSV(B) 246.18º 0.28% 0.94% -
XYZ 48.5 44.82 87.76 -
YUV 180.85 160.82 125.97 -
System Red Green Blue C M Y K H S L
Decimal 178 171 239 0.26 0.28 0 0.06 246.18 0.68 0.8
Hex B2 AB EF 1A 1C 0 6 F6 44 50
Octal 262 253 357 32 34 0 6 366 104 120
Binary 10110010 10101011 11101111 11010 11100 0 110 11110110 1000100 1010000

Color Harmonies of #B2ABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ABEF

Black with #B2ABEF

Text Example


Text Example

White with #B2ABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ABEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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