Html Css Color HEX #B2ACEC Lavender Grey

📋 copy color: '#B2ACEC'

red 178 ◦ green 172 ◦ blue 236

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

Shades of Lavender Grey #B2ACEC

Tints of Lavender Grey #B2ACEC

RGB

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

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

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

R = 30.38%
G = 29.35%
B = 40.27%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B2ACEC (or 0xB2ACEC) is known color: Lavender Grey. HEX triplet: B2, AC and EC. RGB value is (178,172,236). Sum of RGB (Red+Green+Blue) = 178+172+236=586 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.38% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #B2ACEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2ACEC is #4D5313. Grayscale: #B4B4B4. Windows color (decimal): -5067540 or 15510706. OLE color: 15510706.

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

Color convert

RGB 178 172 236 -
CMYK 0.25 0.27 0 0.07
HSL 245.63º 0.63% 0.8% -
HSV(B) 245.63º 0.27% 0.93% -
XYZ 48.25 45.03 85.5 -
YUV 181.09 158.99 125.8 -
System Red Green Blue C M Y K H S L
Decimal 178 172 236 0.25 0.27 0 0.07 245.63 0.63 0.8
Hex B2 AC EC 19 1B 0 7 F6 3F 50
Octal 262 254 354 31 33 0 7 366 77 120
Binary 10110010 10101100 11101100 11001 11011 0 111 11110110 111111 1010000

Color Harmonies of #B2ACEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ACEC

Black with #B2ACEC

Text Example


Text Example

White with #B2ACEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ACEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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