Html Css Color HEX #B4AFE8 Lavender Grey

📋 copy color: '#B4AFE8'

red 180 ◦ green 175 ◦ blue 232

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

Shades of Lavender Grey #B4AFE8

Tints of Lavender Grey #B4AFE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 39.52%

R = 30.66%
G = 29.81%
B = 39.52%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B4AFE8 (or 0xB4AFE8) is known color: Lavender Grey. HEX triplet: B4, AF and E8. RGB value is (180,175,232). Sum of RGB (Red+Green+Blue) = 180+175+232=587 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.66% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 232 (91.02% from 255 or 39.52% from 587); Max value from RGB is 232 - color contains mainly: blue. Hex color #B4AFE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4AFE8 is #4B5017. Grayscale: #B6B6B6. Windows color (decimal): -4935704 or 15249332. OLE color: 15249332.

HSL color Cylindrical-coordinate representation of color #B4AFE8: hue angle of 245.26º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4AFE8 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 180 175 232 -
CMYK 0.22 0.25 0 0.09
HSL 245.26º 0.55% 0.8% -
HSV(B) 245.26º 0.25% 0.91% -
XYZ 48.72 46.19 82.69 -
YUV 182.99 155.66 125.87 -
System Red Green Blue C M Y K H S L
Decimal 180 175 232 0.22 0.25 0 0.09 245.26 0.55 0.8
Hex B4 AF E8 16 19 0 9 F5 37 50
Octal 264 257 350 26 31 0 11 365 67 120
Binary 10110100 10101111 11101000 10110 11001 0 1001 11110101 110111 1010000

Color Harmonies of #B4AFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AFE8

Black with #B4AFE8

Text Example


Text Example

White with #B4AFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AFE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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