Html Css Color HEX #BFB9FC Lavender Blue

📋 copy color: '#BFB9FC'

red 191 ◦ green 185 ◦ blue 252

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

Shades of Lavender Blue #BFB9FC

Tints of Lavender Blue #BFB9FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.13%

R = 30.41%
G = 29.46%
B = 40.13%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BFB9FC (or 0xBFB9FC) is known color: Lavender Blue. HEX triplet: BF, B9 and FC. RGB value is (191,185,252). Sum of RGB (Red+Green+Blue) = 191+185+252=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 185 (72.66% from 255 or 29.46% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFB9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB9FC is #404603. Grayscale: #C2C2C2. Windows color (decimal): -4212228 or 16562623. OLE color: 16562623.

HSL color Cylindrical-coordinate representation of color #BFB9FC: hue angle of 245.37º degrees, saturation: 0.92, 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 #BFB9FC is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 185 252 -
CMYK 0.24 0.27 0 0.01
HSL 245.37º 0.92% 0.86% -
HSV(B) 245.37º 0.27% 0.99% -
XYZ 56.41 52.8 99.31 -
YUV 194.43 160.49 125.55 -
System Red Green Blue C M Y K H S L
Decimal 191 185 252 0.24 0.27 0 0.01 245.37 0.92 0.86
Hex BF B9 FC 18 1B 0 1 F5 5C 56
Octal 277 271 374 30 33 0 1 365 134 126
Binary 10111111 10111001 11111100 11000 11011 0 1 11110101 1011100 1010110

Color Harmonies of #BFB9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB9FC

Black with #BFB9FC

Text Example


Text Example

White with #BFB9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB9FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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