#BCC5ED

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

Shades of Periwinkle #BCC5ED

Tints of Periwinkle #BCC5ED

Color information

#BCC5ED (or 0xBCC5ED) is unknown color: approx Periwinkle. HEX triplet: BC, C5 and ED. RGB value is (188,197,237). Sum of RGB (Red+Green+Blue) = 188+197+237=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 197 (77.34% from 255 or 31.67% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCC5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC5ED is #433A12. Grayscale: #C6C6C6. Windows color (decimal): -4405779 or 15582652. OLE color: 15582652.

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

Color convert

RGB188197237-
CMYK0.210.1700.07
HSL228.98º57.65%83.33%-
HSV(B)228.98º20.68%92.94%-
XYZ55.9956.7488.12-
YUV198.87149.52120.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.23%
GREEN value IS 197 (77.34% from 255) = 31.67%
BLUE value IS 237 (92.97% from 255) = 38.10%
R=30.23%
G=31.67%
B=38.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881972370.210.1700.07228.9857.6583.33
HexBCC5ED151107e53a53
Octal27430535525210734572123
Binary10111100110001011110110110101100010111111001011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC5ED; }

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

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

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

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

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

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

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

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