#BCBEFF

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

Shades of Lavender Blue #BCBEFF

Tints of Lavender Blue #BCBEFF

Color information

#BCBEFF (or 0xBCBEFF) is unknown color: approx Lavender Blue. HEX triplet: BC, BE and FF. RGB value is (188,190,255). Sum of RGB (Red+Green+Blue) = 188+190+255=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCBEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBEFF is #434100. Grayscale: #C4C4C4. Windows color (decimal): -4407553 or 16760508. OLE color: 16760508.

HSL color Cylindrical-coordinate representation of color #BCBEFF: hue angle of 238.21º 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 #BCBEFF is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB188190255-
CMYK0.260.2500
HSL238.21º100%86.86%-
HSV(B)238.21º26.27%100%-
XYZ57.254.74102.16-
YUV196.81160.84121.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.70%
GREEN value IS 190 (74.61% from 255) = 30.02%
BLUE value IS 255 (100% from 255) = 40.28%
R=29.70%
G=30.02%
B=40.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1881902550.260.2500238.2110086.86
HexBCBEFF1A1900ee6457
Octal274276377323100356144127
Binary1011110010111110111111111101011001001110111011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBEFF; }

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

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

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

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

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

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

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

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