#BCCCFF

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

Shades of Lavender Blue #BCCCFF

Tints of Lavender Blue #BCCCFF

Color information

#BCCCFF (or 0xBCCCFF) is unknown color: approx Lavender Blue. HEX triplet: BC, CC and FF. RGB value is (188,204,255). Sum of RGB (Red+Green+Blue) = 188+204+255=647 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.06% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCCCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCCFF is #433300. Grayscale: #CCCCCC. Windows color (decimal): -4403969 or 16764092. OLE color: 16764092.

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

Color convert

RGB188204255-
CMYK0.260.200
HSL225.67º100%86.86%-
HSV(B)225.67º26.27%100%-
XYZ60.3861.1103.22-
YUV205.03156.2115.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.06%
GREEN value IS 204 (80.08% from 255) = 31.53%
BLUE value IS 255 (100% from 255) = 39.41%
R=29.06%
G=31.53%
B=39.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882042550.260.200225.6710086.86
HexBCCCFF1A1400e26457
Octal274314377322400342144127
Binary1011110011001100111111111101010100001110001011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCCFF; }

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

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

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

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

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

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

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

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