Html Css Color HEX #BFB9F9 Lavender Blue

📋 copy color: '#BFB9F9'

red 191 ◦ green 185 ◦ blue 249

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

Shades of Lavender Blue #BFB9F9

Tints of Lavender Blue #BFB9F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 39.84%

R = 30.56%
G = 29.6%
B = 39.84%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BFB9F9 (or 0xBFB9F9) is known color: Lavender Blue. HEX triplet: BF, B9 and F9. RGB value is (191,185,249). Sum of RGB (Red+Green+Blue) = 191+185+249=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 185 (72.66% from 255 or 29.6% from 625); Blue value is 249 (97.66% from 255 or 39.84% from 625); Max value from RGB is 249 - color contains mainly: blue. Hex color #BFB9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB9F9 is #404606. Grayscale: #C1C1C1. Windows color (decimal): -4212231 or 16366015. OLE color: 16366015.

HSL color Cylindrical-coordinate representation of color #BFB9F9: hue angle of 245.62º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFB9F9 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 185 249 -
CMYK 0.23 0.26 0 0.02
HSL 245.63º 0.84% 0.85% -
HSV(B) 245.63º 0.26% 0.98% -
XYZ 55.93 52.61 96.83 -
YUV 194.09 158.99 125.8 -
System Red Green Blue C M Y K H S L
Decimal 191 185 249 0.23 0.26 0 0.02 245.63 0.84 0.85
Hex BF B9 F9 17 1A 0 2 F6 54 55
Octal 277 271 371 27 32 0 2 366 124 125
Binary 10111111 10111001 11111001 10111 11010 0 10 11110110 1010100 1010101

Color Harmonies of #BFB9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB9F9

Black with #BFB9F9

Text Example


Text Example

White with #BFB9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB9F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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