#BCCCED

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

Shades of Periwinkle #BCCCED

Tints of Periwinkle #BCCCED

Color information

#BCCCED (or 0xBCCCED) is unknown color: approx Periwinkle. HEX triplet: BC, CC and ED. RGB value is (188,204,237). Sum of RGB (Red+Green+Blue) = 188+204+237=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCCCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCCED is #433312. Grayscale: #CACACA. Windows color (decimal): -4403987 or 15584444. OLE color: 15584444.

HSL color Cylindrical-coordinate representation of color #BCCCED: hue angle of 220.41º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCCCED is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188204237-
CMYK0.210.1400.07
HSL220.41º57.65%83.33%-
HSV(B)220.41º20.68%92.94%-
XYZ57.6259.9988.66-
YUV202.98147.2117.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.89%
GREEN value IS 204 (80.08% from 255) = 32.43%
BLUE value IS 237 (92.97% from 255) = 37.68%
R=29.89%
G=32.43%
B=37.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882042370.210.1400.07220.4157.6583.33
HexBCCCED15E07dc3a53
Octal27431435525160733472123
Binary1011110011001100111011011010111100111110111001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCCED; }

 p { color: rgb(188,204,237); }

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

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

 a { background-color: rgb(188,204,237); }

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

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

 span { border-color: rgb(188,204,237); }

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