#BCBCFC

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

Shades of Lavender Blue #BCBCFC

Tints of Lavender Blue #BCBCFC

Color information

#BCBCFC (or 0xBCBCFC) is unknown color: approx Lavender Blue. HEX triplet: BC, BC and FC. RGB value is (188,188,252). Sum of RGB (Red+Green+Blue) = 188+188+252=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 188 (73.83% from 255 or 29.94% 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 #BCBCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBCFC is #434303. Grayscale: #C3C3C3. Windows color (decimal): -4408068 or 16563388. OLE color: 16563388.

HSL color Cylindrical-coordinate representation of color #BCBCFC: hue angle of 240º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCBCFC is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB188188252-
CMYK0.250.2500.01
HSL240º91.43%86.27%-
HSV(B)240º25.4%98.82%-
XYZ56.2953.6999.49-
YUV195.3160122.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.94%
GREEN value IS 188 (73.83% from 255) = 29.94%
BLUE value IS 252 (98.83% from 255) = 40.13%
R=29.94%
G=29.94%
B=40.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881882520.250.2500.0124091.4386.27
HexBCBCFC191901f05b56
Octal274274374313101360133126
Binary1011110010111100111111001100111001011111000010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBCFC; }

 p { color: rgb(188,188,252); }

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

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

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

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

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

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

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