Html Css Color HEX #B2ABEB Lavender Grey

📋 copy color: '#B2ABEB'

red 178 ◦ green 171 ◦ blue 235

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

Shades of Lavender Grey #B2ABEB

Tints of Lavender Grey #B2ABEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.24%

R = 30.48%
G = 29.28%
B = 40.24%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B2ABEB (or 0xB2ABEB) is known color: Lavender Grey. HEX triplet: B2, AB and EB. RGB value is (178,171,235). Sum of RGB (Red+Green+Blue) = 178+171+235=584 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.48% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 235 - color contains mainly: blue. Hex color #B2ABEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2ABEB is #4D5414. Grayscale: #B4B4B4. Windows color (decimal): -5067797 or 15444914. OLE color: 15444914.

HSL color Cylindrical-coordinate representation of color #B2ABEB: hue angle of 246.56º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2ABEB is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 171 235 -
CMYK 0.24 0.27 0 0.08
HSL 246.56º 0.62% 0.8% -
HSV(B) 246.56º 0.27% 0.92% -
XYZ 47.92 44.59 84.68 -
YUV 180.39 158.82 126.3 -
System Red Green Blue C M Y K H S L
Decimal 178 171 235 0.24 0.27 0 0.08 246.56 0.62 0.8
Hex B2 AB EB 18 1B 0 8 F7 3E 50
Octal 262 253 353 30 33 0 10 367 76 120
Binary 10110010 10101011 11101011 11000 11011 0 1000 11110111 111110 1010000

Color Harmonies of #B2ABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ABEB

Black with #B2ABEB

Text Example


Text Example

White with #B2ABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ABEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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