Html Css Color HEX #BFBCF1 Lavender Blue

📋 copy color: '#BFBCF1'

red 191 ◦ green 188 ◦ blue 241

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

Shades of Lavender Blue #BFBCF1

Tints of Lavender Blue #BFBCF1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.32%

 BLUE value IS 241 (94.53% from 255) = 38.87%

R = 30.81%
G = 30.32%
B = 38.87%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BFBCF1 (or 0xBFBCF1) is known color: Lavender Blue. HEX triplet: BF, BC and F1. RGB value is (191,188,241). Sum of RGB (Red+Green+Blue) = 191+188+241=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFBCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBCF1 is #40430E. Grayscale: #C2C2C2. Windows color (decimal): -4211471 or 15842495. OLE color: 15842495.

HSL color Cylindrical-coordinate representation of color #BFBCF1: hue angle of 243.4º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFBCF1 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 188 241 -
CMYK 0.21 0.22 0 0.05
HSL 243.4º 0.65% 0.84% -
HSV(B) 243.4º 0.22% 0.95% -
XYZ 55.35 53.39 90.61 -
YUV 194.94 153.99 125.19 -
System Red Green Blue C M Y K H S L
Decimal 191 188 241 0.21 0.22 0 0.05 243.4 0.65 0.84
Hex BF BC F1 15 16 0 5 F3 41 54
Octal 277 274 361 25 26 0 5 363 101 124
Binary 10111111 10111100 11110001 10101 10110 0 101 11110011 1000001 1010100

Color Harmonies of #BFBCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBCF1

Black with #BFBCF1

Text Example


Text Example

White with #BFBCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBCF1; }

 p { color: rgb(191,188,241); }

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

background-color css

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

 a { background-color: rgb(191,188,241); }

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

border-color css

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

 span { border-color: rgb(191,188,241); }

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