Html Css Color HEX #B9B5FF Lavender Blue

📋 copy color: '#B9B5FF'

red 185 ◦ green 181 ◦ blue 255

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

Shades of Lavender Blue #B9B5FF

Tints of Lavender Blue #B9B5FF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.15%

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

R = 29.79%
G = 29.15%
B = 41.06%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B9B5FF (or 0xB9B5FF) is known color: Lavender Blue. HEX triplet: B9, B5 and FF. RGB value is (185,181,255). Sum of RGB (Red+Green+Blue) = 185+181+255=621 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.79% from 621); Green value is 181 (71.09% from 255 or 29.15% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9B5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9B5FF is #464A00. Grayscale: #BEBEBE. Windows color (decimal): -4606465 or 16758201. OLE color: 16758201.

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

Color convert

RGB 185 181 255 -
CMYK 0.27 0.29 0 0
HSL 243.24º 1% 0.85% -
HSV(B) 243.24º 0.29% 1% -
XYZ 54.58 50.58 101.49 -
YUV 190.63 164.33 123.98 -
System Red Green Blue C M Y K H S L
Decimal 185 181 255 0.27 0.29 0 0 243.24 1 0.85
Hex B9 B5 FF 1B 1D 0 0 F3 64 55
Octal 271 265 377 33 35 0 0 363 144 125
Binary 10111001 10110101 11111111 11011 11101 0 0 11110011 1100100 1010101

Color Harmonies of #B9B5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B5FF

Black with #B9B5FF

Text Example


Text Example

White with #B9B5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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