Html Css Color HEX #B2ADED Lavender Grey

📋 copy color: '#B2ADED'

red 178 ◦ green 173 ◦ blue 237

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

Shades of Lavender Grey #B2ADED

Tints of Lavender Grey #B2ADED

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.42%

 BLUE value IS 237 (92.97% from 255) = 40.31%

R = 30.27%
G = 29.42%
B = 40.31%

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

#B2ADED (or 0xB2ADED) is known color: Lavender Grey. HEX triplet: B2, AD and ED. RGB value is (178,173,237). Sum of RGB (Red+Green+Blue) = 178+173+237=588 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.27% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #B2ADED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2ADED is #4D5212. Grayscale: #B5B5B5. Windows color (decimal): -5067283 or 15576498. OLE color: 15576498.

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

Color convert

RGB 178 173 237 -
CMYK 0.25 0.27 0 0.07
HSL 244.69º 0.64% 0.8% -
HSV(B) 244.69º 0.27% 0.93% -
XYZ 48.59 45.47 86.34 -
YUV 181.79 159.16 125.3 -
System Red Green Blue C M Y K H S L
Decimal 178 173 237 0.25 0.27 0 0.07 244.69 0.64 0.8
Hex B2 AD ED 19 1B 0 7 F5 40 50
Octal 262 255 355 31 33 0 7 365 100 120
Binary 10110010 10101101 11101101 11001 11011 0 111 11110101 1000000 1010000

Color Harmonies of #B2ADED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ADED

Black with #B2ADED

Text Example


Text Example

White with #B2ADED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ADED; }

 p { color: rgb(178,173,237); }

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

background-color css

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

 a { background-color: rgb(178,173,237); }

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

border-color css

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

 span { border-color: rgb(178,173,237); }

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