Html Css Color HEX #BFB9FD Lavender Blue

📋 copy color: '#BFB9FD'

red 191 ◦ green 185 ◦ blue 253

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

Shades of Lavender Blue #BFB9FD

Tints of Lavender Blue #BFB9FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.22%

R = 30.37%
G = 29.41%
B = 40.22%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BFB9FD (or 0xBFB9FD) is known color: Lavender Blue. HEX triplet: BF, B9 and FD. RGB value is (191,185,253). Sum of RGB (Red+Green+Blue) = 191+185+253=629 (83% of max value = 765). Red value is 191 (75% from 255 or 30.37% from 629); Green value is 185 (72.66% from 255 or 29.41% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFB9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB9FD is #404602. Grayscale: #C2C2C2. Windows color (decimal): -4212227 or 16628159. OLE color: 16628159.

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

Color convert

RGB 191 185 253 -
CMYK 0.25 0.27 0 0.01
HSL 245.29º 0.94% 0.86% -
HSV(B) 245.29º 0.27% 0.99% -
XYZ 56.56 52.87 100.15 -
YUV 194.55 160.99 125.47 -
System Red Green Blue C M Y K H S L
Decimal 191 185 253 0.25 0.27 0 0.01 245.29 0.94 0.86
Hex BF B9 FD 19 1B 0 1 F5 5E 56
Octal 277 271 375 31 33 0 1 365 136 126
Binary 10111111 10111001 11111101 11001 11011 0 1 11110101 1011110 1010110

Color Harmonies of #BFB9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB9FD

Black with #BFB9FD

Text Example


Text Example

White with #BFB9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB9FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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