Html Css Color HEX #B2ADEC Lavender Grey

📋 copy color: '#B2ADEC'

red 178 ◦ green 173 ◦ blue 236

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

Shades of Lavender Grey #B2ADEC

Tints of Lavender Grey #B2ADEC

RGB

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

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

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

R = 30.32%
G = 29.47%
B = 40.2%

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

#B2ADEC (or 0xB2ADEC) is known color: Lavender Grey. HEX triplet: B2, AD and EC. RGB value is (178,173,236). Sum of RGB (Red+Green+Blue) = 178+173+236=587 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.32% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #B2ADEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2ADEC is #4D5213. Grayscale: #B5B5B5. Windows color (decimal): -5067284 or 15510962. OLE color: 15510962.

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

Color convert

RGB 178 173 236 -
CMYK 0.25 0.27 0 0.07
HSL 244.76º 0.62% 0.8% -
HSV(B) 244.76º 0.27% 0.93% -
XYZ 48.44 45.41 85.57 -
YUV 181.68 158.66 125.38 -
System Red Green Blue C M Y K H S L
Decimal 178 173 236 0.25 0.27 0 0.07 244.76 0.62 0.8
Hex B2 AD EC 19 1B 0 7 F5 3E 50
Octal 262 255 354 31 33 0 7 365 76 120
Binary 10110010 10101101 11101100 11001 11011 0 111 11110101 111110 1010000

Color Harmonies of #B2ADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ADEC

Black with #B2ADEC

Text Example


Text Example

White with #B2ADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ADEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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