Html Css Color HEX #B4ADEA Lavender Grey

📋 copy color: '#B4ADEA'

red 180 ◦ green 173 ◦ blue 234

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

Shades of Lavender Grey #B4ADEA

Tints of Lavender Grey #B4ADEA

RGB

 RED value IS 180 (70.7% from 255) = 30.66%

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

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

R = 30.66%
G = 29.47%
B = 39.86%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B4ADEA (or 0xB4ADEA) is known color: Lavender Grey. HEX triplet: B4, AD and EA. RGB value is (180,173,234). Sum of RGB (Red+Green+Blue) = 180+173+234=587 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.66% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #B4ADEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4ADEA is #4B5215. Grayscale: #B5B5B5. Windows color (decimal): -4936214 or 15379892. OLE color: 15379892.

HSL color Cylindrical-coordinate representation of color #B4ADEA: hue angle of 246.89º degrees, saturation: 0.59, 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 #B4ADEA is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 173 234 -
CMYK 0.23 0.26 0 0.08
HSL 246.89º 0.59% 0.8% -
HSV(B) 246.89º 0.26% 0.92% -
XYZ 48.62 45.53 84.07 -
YUV 182.05 157.32 126.54 -
System Red Green Blue C M Y K H S L
Decimal 180 173 234 0.23 0.26 0 0.08 246.89 0.59 0.8
Hex B4 AD EA 17 1A 0 8 F7 3B 50
Octal 264 255 352 27 32 0 10 367 73 120
Binary 10110100 10101101 11101010 10111 11010 0 1000 11110111 111011 1010000

Color Harmonies of #B4ADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4ADEA

Black with #B4ADEA

Text Example


Text Example

White with #B4ADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4ADEA; }

 p { color: rgb(180,173,234); }

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

background-color css

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

 a { background-color: rgb(180,173,234); }

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

border-color css

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

 span { border-color: rgb(180,173,234); }

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