#BCBFF9

Color #BCBFF9 Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #BCBFF9

Tints of Lavender Blue #BCBFF9

Color information

#BCBFF9 (or 0xBCBFF9) is unknown color: approx Lavender Blue. HEX triplet: BC, BF and F9. RGB value is (188,191,249). Sum of RGB (Red+Green+Blue) = 188+191+249=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 191 (75% from 255 or 30.41% from 628); Blue value is 249 (97.66% from 255 or 39.65% from 628); Max value from RGB is 249 - color contains mainly: blue. Hex color #BCBFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBFF9 is #434006. Grayscale: #C4C4C4. Windows color (decimal): -4407303 or 16367548. OLE color: 16367548.

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

Color convert

RGB188191249-
CMYK0.240.2300.02
HSL237.05º83.56%85.69%-
HSV(B)237.05º24.5%97.65%-
XYZ56.4754.7997.22-
YUV196.71157.51121.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.94%
GREEN value IS 191 (75% from 255) = 30.41%
BLUE value IS 249 (97.66% from 255) = 39.65%
R=29.94%
G=30.41%
B=39.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881912490.240.2300.02237.0583.5685.69
HexBCBFF9181702ed5456
Octal274277371302702355124126
Binary10111100101111111111100111000101110101110110110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBFF9; }

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

 H1.HeaderClassName
 {
   color: #BCBFF9;
 }
 .AnyTagClassName
 {
   color: #BCBFF9;
 }
</style>
background-color css

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

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

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

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

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

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