#BCD0FD

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

Shades of Periwinkle #BCD0FD

Tints of Periwinkle #BCD0FD

Color information

#BCD0FD (or 0xBCD0FD) is unknown color: approx Periwinkle. HEX triplet: BC, D0 and FD. RGB value is (188,208,253). Sum of RGB (Red+Green+Blue) = 188+208+253=649 (85% of max value = 765). Red value is 188 (73.83% from 255 or 28.97% from 649); Green value is 208 (81.64% from 255 or 32.05% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCD0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD0FD is #432F02. Grayscale: #CECECE. Windows color (decimal): -4402947 or 16634044. OLE color: 16634044.

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

Color convert

RGB188208253-
CMYK0.260.1800.01
HSL221.54º94.2%86.47%-
HSV(B)221.54º25.69%99.22%-
XYZ61.0262.89101.85-
YUV207.15153.87114.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.97%
GREEN value IS 208 (81.64% from 255) = 32.05%
BLUE value IS 253 (99.22% from 255) = 38.98%
R=28.97%
G=32.05%
B=38.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882082530.260.1800.01221.5494.286.47
HexBCD0FD1A1201de5e56
Octal274320375322201336136126
Binary1011110011010000111111011101010010011101111010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD0FD; }

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

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

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

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

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

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

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

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