Html Css Color HEX #B0AEDA Lavender Grey

📋 copy color: '#B0AEDA'

red 176 ◦ green 174 ◦ blue 218

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

Shades of Lavender Grey #B0AEDA

Tints of Lavender Grey #B0AEDA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.63%

 BLUE value IS 218 (85.55% from 255) = 38.38%

R = 30.99%
G = 30.63%
B = 38.38%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B0AEDA (or 0xB0AEDA) is known color: Lavender Grey. HEX triplet: B0, AE and DA. RGB value is (176,174,218). Sum of RGB (Red+Green+Blue) = 176+174+218=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #B0AEDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AEDA is #4F5125. Grayscale: #B3B3B3. Windows color (decimal): -5198118 or 14331568. OLE color: 14331568.

HSL color Cylindrical-coordinate representation of color #B0AEDA: hue angle of 242.73º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0AEDA is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 174 218 -
CMYK 0.19 0.20 0 0.15
HSL 242.73º 0.37% 0.77% -
HSV(B) 242.73º 0.2% 0.85% -
XYZ 45.7 44.56 72.52 -
YUV 179.61 149.66 125.42 -
System Red Green Blue C M Y K H S L
Decimal 176 174 218 0.19 0.20 0 0.15 242.73 0.37 0.77
Hex B0 AE DA 13 14 0 F F3 25 4D
Octal 260 256 332 23 24 0 17 363 45 115
Binary 10110000 10101110 11011010 10011 10100 0 1111 11110011 100101 1001101

Color Harmonies of #B0AEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AEDA

Black with #B0AEDA

Text Example


Text Example

White with #B0AEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AEDA; }

 p { color: rgb(176,174,218); }

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

background-color css

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

 a { background-color: rgb(176,174,218); }

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

border-color css

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

 span { border-color: rgb(176,174,218); }

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