Html Css Color HEX #B9AFFE Lavender Blue

📋 copy color: '#B9AFFE'

red 185 ◦ green 175 ◦ blue 254

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

Shades of Lavender Blue #B9AFFE

Tints of Lavender Blue #B9AFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.37%

R = 30.13%
G = 28.5%
B = 41.37%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B9AFFE (or 0xB9AFFE) is known color: Lavender Blue. HEX triplet: B9, AF and FE. RGB value is (185,175,254). Sum of RGB (Red+Green+Blue) = 185+175+254=614 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.13% from 614); Green value is 175 (68.75% from 255 or 28.50% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9AFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9AFFE is #465001. Grayscale: #BABABA. Windows color (decimal): -4608002 or 16691129. OLE color: 16691129.

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

Color convert

RGB 185 175 254 -
CMYK 0.27 0.31 0 0.00
HSL 247.59º 0.98% 0.84% -
HSV(B) 247.59º 0.31% 1% -
XYZ 53.23 48.13 100.25 -
YUV 187 165.81 126.58 -
System Red Green Blue C M Y K H S L
Decimal 185 175 254 0.27 0.31 0 0.00 247.59 0.98 0.84
Hex B9 AF FE 1B 1F 0 0 F8 62 54
Octal 271 257 376 33 37 0 0 370 142 124
Binary 10111001 10101111 11111110 11011 11111 0 0 11111000 1100010 1010100

Color Harmonies of #B9AFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AFFE

Black with #B9AFFE

Text Example


Text Example

White with #B9AFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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