#BCD2FD

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

Shades of Periwinkle #BCD2FD

Tints of Periwinkle #BCD2FD

Color information

#BCD2FD (or 0xBCD2FD) is unknown color: approx Periwinkle. HEX triplet: BC, D2 and FD. RGB value is (188,210,253). Sum of RGB (Red+Green+Blue) = 188+210+253=651 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.88% from 651); Green value is 210 (82.42% from 255 or 32.26% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCD2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD2FD is #432D02. Grayscale: #D0D0D0. Windows color (decimal): -4402435 or 16634556. OLE color: 16634556.

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

Color convert

RGB188210253-
CMYK0.260.1700.01
HSL219.69º94.2%86.47%-
HSV(B)219.69º25.69%99.22%-
XYZ61.5263.88102.02-
YUV208.32153.21113.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.88%
GREEN value IS 210 (82.42% from 255) = 32.26%
BLUE value IS 253 (99.22% from 255) = 38.86%
R=28.88%
G=32.26%
B=38.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882102530.260.1700.01219.6994.286.47
HexBCD2FD1A1101dc5e56
Octal274322375322101334136126
Binary1011110011010010111111011101010001011101110010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD2FD; }

 p { color: rgb(188,210,253); }

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

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

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

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

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

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

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