Html Css Color HEX #B2ACEE Lavender Grey

📋 copy color: '#B2ACEE'

red 178 ◦ green 172 ◦ blue 238

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

Shades of Lavender Grey #B2ACEE

Tints of Lavender Grey #B2ACEE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.25%

 BLUE value IS 238 (93.36% from 255) = 40.48%

R = 30.27%
G = 29.25%
B = 40.48%

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

#B2ACEE (or 0xB2ACEE) is known color: Lavender Grey. HEX triplet: B2, AC and EE. RGB value is (178,172,238). Sum of RGB (Red+Green+Blue) = 178+172+238=588 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.27% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #B2ACEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2ACEE is #4D5311. Grayscale: #B5B5B5. Windows color (decimal): -5067538 or 15641778. OLE color: 15641778.

HSL color Cylindrical-coordinate representation of color #B2ACEE: hue angle of 245.45º degrees, saturation: 0.66, 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 #B2ACEE is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 172 238 -
CMYK 0.25 0.28 0 0.07
HSL 245.45º 0.66% 0.8% -
HSV(B) 245.45º 0.28% 0.93% -
XYZ 48.55 45.14 87.04 -
YUV 181.32 159.99 125.63 -
System Red Green Blue C M Y K H S L
Decimal 178 172 238 0.25 0.28 0 0.07 245.45 0.66 0.8
Hex B2 AC EE 19 1C 0 7 F5 42 50
Octal 262 254 356 31 34 0 7 365 102 120
Binary 10110010 10101100 11101110 11001 11100 0 111 11110101 1000010 1010000

Color Harmonies of #B2ACEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ACEE

Black with #B2ACEE

Text Example


Text Example

White with #B2ACEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ACEE; }

 p { color: rgb(178,172,238); }

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

background-color css

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

 a { background-color: rgb(178,172,238); }

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

border-color css

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

 span { border-color: rgb(178,172,238); }

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