#BCCDEC

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

Shades of Periwinkle #BCCDEC

Tints of Periwinkle #BCCDEC

Color information

#BCCDEC (or 0xBCCDEC) is unknown color: approx Periwinkle. HEX triplet: BC, CD and EC. RGB value is (188,205,236). Sum of RGB (Red+Green+Blue) = 188+205+236=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCCDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCDEC is #433213. Grayscale: #CBCBCB. Windows color (decimal): -4403732 or 15519164. OLE color: 15519164.

HSL color Cylindrical-coordinate representation of color #BCCDEC: hue angle of 218.75º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCCDEC is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188205236-
CMYK0.200.1300.07
HSL218.75º55.81%83.14%-
HSV(B)218.75º20.34%92.55%-
XYZ57.7160.4187.98-
YUV203.45146.37116.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.89%
GREEN value IS 205 (80.47% from 255) = 32.59%
BLUE value IS 236 (92.58% from 255) = 37.52%
R=29.89%
G=32.59%
B=37.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882052360.200.1300.07218.7555.8183.14
HexBCCDEC14D07db3853
Octal27431535424150733370123
Binary1011110011001101111011001010011010111110110111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCDEC; }

 p { color: rgb(188,205,236); }

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

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

 a { background-color: rgb(188,205,236); }

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

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

 span { border-color: rgb(188,205,236); }

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