Html Css Color HEX #BFB5FD Lavender Blue

📋 copy color: '#BFB5FD'

red 191 ◦ green 181 ◦ blue 253

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

Shades of Lavender Blue #BFB5FD

Tints of Lavender Blue #BFB5FD

RGB

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

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

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

R = 30.56%
G = 28.96%
B = 40.48%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BFB5FD (or 0xBFB5FD) is known color: Lavender Blue. HEX triplet: BF, B5 and FD. RGB value is (191,181,253). Sum of RGB (Red+Green+Blue) = 191+181+253=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 181 (71.09% from 255 or 28.96% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFB5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB5FD is #404A02. Grayscale: #BFBFBF. Windows color (decimal): -4213251 or 16627135. OLE color: 16627135.

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

Color convert

RGB 191 181 253 -
CMYK 0.25 0.28 0 0.01
HSL 248.33º 0.95% 0.85% -
HSV(B) 248.33º 0.28% 0.99% -
XYZ 55.74 51.22 99.88 -
YUV 192.2 162.31 127.15 -
System Red Green Blue C M Y K H S L
Decimal 191 181 253 0.25 0.28 0 0.01 248.33 0.95 0.85
Hex BF B5 FD 19 1C 0 1 F8 5F 55
Octal 277 265 375 31 34 0 1 370 137 125
Binary 10111111 10110101 11111101 11001 11100 0 1 11111000 1011111 1010101

Color Harmonies of #BFB5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB5FD

Black with #BFB5FD

Text Example


Text Example

White with #BFB5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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