#BCCEFD

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

Shades of Periwinkle #BCCEFD

Tints of Periwinkle #BCCEFD

Color information

#BCCEFD (or 0xBCCEFD) is unknown color: approx Periwinkle. HEX triplet: BC, CE and FD. RGB value is (188,206,253). Sum of RGB (Red+Green+Blue) = 188+206+253=647 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.06% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCCEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCEFD is #433102. Grayscale: #CDCDCD. Windows color (decimal): -4403459 or 16633532. OLE color: 16633532.

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

Color convert

RGB188206253-
CMYK0.260.1900.01
HSL223.38º94.2%86.47%-
HSV(B)223.38º25.69%99.22%-
XYZ60.5461.93101.69-
YUV205.98154.54115.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.06%
GREEN value IS 206 (80.86% from 255) = 31.84%
BLUE value IS 253 (99.22% from 255) = 39.10%
R=29.06%
G=31.84%
B=39.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882062530.260.1900.01223.3894.286.47
HexBCCEFD1A1301df5e56
Octal274316375322301337136126
Binary1011110011001110111111011101010011011101111110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCEFD; }

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

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

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

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

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

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

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

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