#BCC2ED

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

Shades of Periwinkle #BCC2ED

Tints of Periwinkle #BCC2ED

Color information

#BCC2ED (or 0xBCC2ED) is unknown color: approx Periwinkle. HEX triplet: BC, C2 and ED. RGB value is (188,194,237). Sum of RGB (Red+Green+Blue) = 188+194+237=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 194 (76.17% from 255 or 31.34% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCC2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC2ED is #433D12. Grayscale: #C4C4C4. Windows color (decimal): -4406547 or 15581884. OLE color: 15581884.

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

Color convert

RGB188194237-
CMYK0.210.1800.07
HSL232.65º57.65%83.33%-
HSV(B)232.65º20.68%92.94%-
XYZ55.3255.3987.9-
YUV197.11150.51121.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.37%
GREEN value IS 194 (76.17% from 255) = 31.34%
BLUE value IS 237 (92.97% from 255) = 38.29%
R=30.37%
G=31.34%
B=38.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881942370.210.1800.07232.6557.6583.33
HexBCC2ED151207e93a53
Octal27430235525220735172123
Binary10111100110000101110110110101100100111111010011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC2ED; }

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

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

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

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

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

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

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

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