#BCBFFF

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

Shades of Lavender Blue #BCBFFF

Tints of Lavender Blue #BCBFFF

Color information

#BCBFFF (or 0xBCBFFF) is unknown color: approx Lavender Blue. HEX triplet: BC, BF and FF. RGB value is (188,191,255). Sum of RGB (Red+Green+Blue) = 188+191+255=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCBFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBFFF is #434000. Grayscale: #C5C5C5. Windows color (decimal): -4407297 or 16760764. OLE color: 16760764.

HSL color Cylindrical-coordinate representation of color #BCBFFF: hue angle of 237.31º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCBFFF is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB188191255-
CMYK0.260.2500
HSL237.31º100%86.86%-
HSV(B)237.31º26.27%100%-
XYZ57.4255.17102.23-
YUV197.4160.51121.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.65%
GREEN value IS 191 (75% from 255) = 30.13%
BLUE value IS 255 (100% from 255) = 40.22%
R=29.65%
G=30.13%
B=40.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1881912550.260.2500237.3110086.86
HexBCBFFF1A1900ed6457
Octal274277377323100355144127
Binary1011110010111111111111111101011001001110110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBFFF; }

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

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

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

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

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

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

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

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