#BCC9ED

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

Shades of Periwinkle #BCC9ED

Tints of Periwinkle #BCC9ED

Color information

#BCC9ED (or 0xBCC9ED) is unknown color: approx Periwinkle. HEX triplet: BC, C9 and ED. RGB value is (188,201,237). Sum of RGB (Red+Green+Blue) = 188+201+237=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 201 (78.91% from 255 or 32.11% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCC9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC9ED is #433612. Grayscale: #C9C9C9. Windows color (decimal): -4404755 or 15583676. OLE color: 15583676.

HSL color Cylindrical-coordinate representation of color #BCC9ED: hue angle of 224.08º 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 #BCC9ED is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188201237-
CMYK0.210.1500.07
HSL224.08º57.65%83.33%-
HSV(B)224.08º20.68%92.94%-
XYZ56.9158.5888.43-
YUV201.22148.19118.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.03%
GREEN value IS 201 (78.91% from 255) = 32.11%
BLUE value IS 237 (92.97% from 255) = 37.86%
R=30.03%
G=32.11%
B=37.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882012370.210.1500.07224.0857.6583.33
HexBCC9ED15F07e03a53
Octal27431135525170734072123
Binary1011110011001001111011011010111110111111000001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC9ED; }

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

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

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

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

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

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

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

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