Html Css Color HEX #B0ACEA Lavender Grey

📋 copy color: '#B0ACEA'

red 176 ◦ green 172 ◦ blue 234

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

Shades of Lavender Grey #B0ACEA

Tints of Lavender Grey #B0ACEA

RGB

 RED value IS 176 (69.14% from 255) = 30.24%

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

 BLUE value IS 234 (91.8% from 255) = 40.21%

R = 30.24%
G = 29.55%
B = 40.21%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B0ACEA (or 0xB0ACEA) is known color: Lavender Grey. HEX triplet: B0, AC and EA. RGB value is (176,172,234). Sum of RGB (Red+Green+Blue) = 176+172+234=582 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.24% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #B0ACEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0ACEA is #4F5315. Grayscale: #B4B4B4. Windows color (decimal): -5198614 or 15379632. OLE color: 15379632.

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

Color convert

RGB 176 172 234 -
CMYK 0.25 0.26 0 0.08
HSL 243.87º 0.6% 0.8% -
HSV(B) 243.87º 0.26% 0.92% -
XYZ 47.51 44.68 83.96 -
YUV 180.26 158.33 124.96 -
System Red Green Blue C M Y K H S L
Decimal 176 172 234 0.25 0.26 0 0.08 243.87 0.6 0.8
Hex B0 AC EA 19 1A 0 8 F4 3C 50
Octal 260 254 352 31 32 0 10 364 74 120
Binary 10110000 10101100 11101010 11001 11010 0 1000 11110100 111100 1010000

Color Harmonies of #B0ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ACEA

Black with #B0ACEA

Text Example


Text Example

White with #B0ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ACEA; }

 p { color: rgb(176,172,234); }

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

background-color css

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

 a { background-color: rgb(176,172,234); }

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

border-color css

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

 span { border-color: rgb(176,172,234); }

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