#BCD3FC

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

Shades of Periwinkle #BCD3FC

Tints of Periwinkle #BCD3FC

Color information

#BCD3FC (or 0xBCD3FC) is unknown color: approx Periwinkle. HEX triplet: BC, D3 and FC. RGB value is (188,211,252). Sum of RGB (Red+Green+Blue) = 188+211+252=651 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.88% from 651); Green value is 211 (82.81% from 255 or 32.41% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCD3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD3FC is #432C03. Grayscale: #D0D0D0. Windows color (decimal): -4402180 or 16569276. OLE color: 16569276.

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

Color convert

RGB188211252-
CMYK0.250.1600.01
HSL218.44º91.43%86.27%-
HSV(B)218.44º25.4%98.82%-
XYZ61.664.31101.26-
YUV208.8152.38113.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.88%
GREEN value IS 211 (82.81% from 255) = 32.41%
BLUE value IS 252 (98.83% from 255) = 38.71%
R=28.88%
G=32.41%
B=38.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882112520.250.1600.01218.4491.4386.27
HexBCD3FC191001da5b56
Octal274323374312001332133126
Binary1011110011010011111111001100110000011101101010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD3FC; }

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

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

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

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

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

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

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

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