Html Css Color HEX #B1AFDA Lavender Grey

📋 copy color: '#B1AFDA'

red 177 ◦ green 175 ◦ blue 218

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

Shades of Lavender Grey #B1AFDA

Tints of Lavender Grey #B1AFDA

RGB

 RED value IS 177 (69.53% from 255) = 31.05%

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

 BLUE value IS 218 (85.55% from 255) = 38.25%

R = 31.05%
G = 30.7%
B = 38.25%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B1AFDA (or 0xB1AFDA) is known color: Lavender Grey. HEX triplet: B1, AF and DA. RGB value is (177,175,218). Sum of RGB (Red+Green+Blue) = 177+175+218=570 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.05% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #B1AFDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AFDA is #4E5025. Grayscale: #B4B4B4. Windows color (decimal): -5132326 or 14331825. OLE color: 14331825.

HSL color Cylindrical-coordinate representation of color #B1AFDA: hue angle of 242.79º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1AFDA is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 175 218 -
CMYK 0.19 0.20 0 0.15
HSL 242.79º 0.37% 0.77% -
HSV(B) 242.79º 0.2% 0.85% -
XYZ 46.12 45.07 72.6 -
YUV 180.5 149.16 125.5 -
System Red Green Blue C M Y K H S L
Decimal 177 175 218 0.19 0.20 0 0.15 242.79 0.37 0.77
Hex B1 AF DA 13 14 0 F F3 25 4D
Octal 261 257 332 23 24 0 17 363 45 115
Binary 10110001 10101111 11011010 10011 10100 0 1111 11110011 100101 1001101

Color Harmonies of #B1AFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AFDA

Black with #B1AFDA

Text Example


Text Example

White with #B1AFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AFDA; }

 p { color: rgb(177,175,218); }

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

background-color css

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

 a { background-color: rgb(177,175,218); }

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

border-color css

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

 span { border-color: rgb(177,175,218); }

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