Html Css Color HEX #B4AFE0 Lavender Grey

📋 copy color: '#B4AFE0'

red 180 ◦ green 175 ◦ blue 224

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

Shades of Lavender Grey #B4AFE0

Tints of Lavender Grey #B4AFE0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.22%

 BLUE value IS 224 (87.89% from 255) = 38.69%

R = 31.09%
G = 30.22%
B = 38.69%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B4AFE0 (or 0xB4AFE0) is known color: Lavender Grey. HEX triplet: B4, AF and E0. RGB value is (180,175,224). Sum of RGB (Red+Green+Blue) = 180+175+224=579 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.09% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 224 - color contains mainly: blue. Hex color #B4AFE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AFE0 is #4B501F. Grayscale: #B5B5B5. Windows color (decimal): -4935712 or 14725044. OLE color: 14725044.

HSL color Cylindrical-coordinate representation of color #B4AFE0: hue angle of 246.12º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4AFE0 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 180 175 224 -
CMYK 0.20 0.22 0 0.12
HSL 246.12º 0.44% 0.78% -
HSV(B) 246.12º 0.22% 0.88% -
XYZ 47.61 45.75 76.84 -
YUV 182.08 151.66 126.52 -
System Red Green Blue C M Y K H S L
Decimal 180 175 224 0.20 0.22 0 0.12 246.12 0.44 0.78
Hex B4 AF E0 14 16 0 C F6 2C 4E
Octal 264 257 340 24 26 0 14 366 54 116
Binary 10110100 10101111 11100000 10100 10110 0 1100 11110110 101100 1001110

Color Harmonies of #B4AFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AFE0

Black with #B4AFE0

Text Example


Text Example

White with #B4AFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AFE0; }

 p { color: rgb(180,175,224); }

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

background-color css

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

 a { background-color: rgb(180,175,224); }

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

border-color css

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

 span { border-color: rgb(180,175,224); }

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