Html Css Color HEX #B2ADE6 Lavender Grey

📋 copy color: '#B2ADE6'

red 178 ◦ green 173 ◦ blue 230

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

Shades of Lavender Grey #B2ADE6

Tints of Lavender Grey #B2ADE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.59%

R = 30.64%
G = 29.78%
B = 39.59%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B2ADE6 (or 0xB2ADE6) is known color: Lavender Grey. HEX triplet: B2, AD and E6. RGB value is (178,173,230). Sum of RGB (Red+Green+Blue) = 178+173+230=581 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.64% from 581); Green value is 173 (67.97% from 255 or 29.78% from 581); Blue value is 230 (90.23% from 255 or 39.59% from 581); Max value from RGB is 230 - color contains mainly: blue. Hex color #B2ADE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2ADE6 is #4D5219. Grayscale: #B4B4B4. Windows color (decimal): -5067290 or 15117746. OLE color: 15117746.

HSL color Cylindrical-coordinate representation of color #B2ADE6: hue angle of 245.26º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2ADE6 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 178 173 230 -
CMYK 0.23 0.25 0 0.10
HSL 245.26º 0.53% 0.79% -
HSV(B) 245.26º 0.25% 0.9% -
XYZ 47.59 45.07 81.05 -
YUV 180.99 155.66 125.87 -
System Red Green Blue C M Y K H S L
Decimal 178 173 230 0.23 0.25 0 0.10 245.26 0.53 0.79
Hex B2 AD E6 17 19 0 A F5 35 4F
Octal 262 255 346 27 31 0 12 365 65 117
Binary 10110010 10101101 11100110 10111 11001 0 1010 11110101 110101 1001111

Color Harmonies of #B2ADE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ADE6

Black with #B2ADE6

Text Example


Text Example

White with #B2ADE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ADE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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