Html Css Color HEX #B9AFFF Lavender Blue

📋 copy color: '#B9AFFF'

red 185 ◦ green 175 ◦ blue 255

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

Shades of Lavender Blue #B9AFFF

Tints of Lavender Blue #B9AFFF

RGB

 RED value IS 185 (72.66% from 255) = 30.08%

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

 BLUE value IS 255 (100% from 255) = 41.46%

R = 30.08%
G = 28.46%
B = 41.46%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B9AFFF (or 0xB9AFFF) is known color: Lavender Blue. HEX triplet: B9, AF and FF. RGB value is (185,175,255). Sum of RGB (Red+Green+Blue) = 185+175+255=615 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.08% from 615); Green value is 175 (68.75% from 255 or 28.46% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9AFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9AFFF is #465000. Grayscale: #BABABA. Windows color (decimal): -4608001 or 16756665. OLE color: 16756665.

HSL color Cylindrical-coordinate representation of color #B9AFFF: hue angle of 247.5º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B9AFFF is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 185 175 255 -
CMYK 0.27 0.31 0 0
HSL 247.5º 1% 0.84% -
HSV(B) 247.5º 0.31% 1% -
XYZ 53.39 48.19 101.1 -
YUV 187.11 166.31 126.5 -
System Red Green Blue C M Y K H S L
Decimal 185 175 255 0.27 0.31 0 0 247.5 1 0.84
Hex B9 AF FF 1B 1F 0 0 F8 64 54
Octal 271 257 377 33 37 0 0 370 144 124
Binary 10111001 10101111 11111111 11011 11111 0 0 11111000 1100100 1010100

Color Harmonies of #B9AFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AFFF

Black with #B9AFFF

Text Example


Text Example

White with #B9AFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AFFF; }

 p { color: rgb(185,175,255); }

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

background-color css

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

 a { background-color: rgb(185,175,255); }

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

border-color css

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

 span { border-color: rgb(185,175,255); }

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