Html Css Color HEX #BFB9FF Lavender Blue

📋 copy color: '#BFB9FF'

red 191 ◦ green 185 ◦ blue 255

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

Shades of Lavender Blue #BFB9FF

Tints of Lavender Blue #BFB9FF

RGB

 RED value IS 191 (75% from 255) = 30.27%

 GREEN value IS 185 (72.66% from 255) = 29.32%

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

R = 30.27%
G = 29.32%
B = 40.41%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BFB9FF (or 0xBFB9FF) is known color: Lavender Blue. HEX triplet: BF, B9 and FF. RGB value is (191,185,255). Sum of RGB (Red+Green+Blue) = 191+185+255=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 185 (72.66% from 255 or 29.32% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFB9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB9FF is #404600. Grayscale: #C2C2C2. Windows color (decimal): -4212225 or 16759231. OLE color: 16759231.

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

Color convert

RGB 191 185 255 -
CMYK 0.25 0.27 0 0
HSL 245.14º 1% 0.86% -
HSV(B) 245.14º 0.27% 1% -
XYZ 56.88 52.99 101.84 -
YUV 194.77 161.99 125.31 -
System Red Green Blue C M Y K H S L
Decimal 191 185 255 0.25 0.27 0 0 245.14 1 0.86
Hex BF B9 FF 19 1B 0 0 F5 64 56
Octal 277 271 377 31 33 0 0 365 144 126
Binary 10111111 10111001 11111111 11001 11011 0 0 11110101 1100100 1010110

Color Harmonies of #BFB9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB9FF

Black with #BFB9FF

Text Example


Text Example

White with #BFB9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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