#BCC3ED

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

Shades of Periwinkle #BCC3ED

Tints of Periwinkle #BCC3ED

Color information

#BCC3ED (or 0xBCC3ED) is unknown color: approx Periwinkle. HEX triplet: BC, C3 and ED. RGB value is (188,195,237). Sum of RGB (Red+Green+Blue) = 188+195+237=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 195 (76.56% from 255 or 31.45% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCC3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC3ED is #433C12. Grayscale: #C5C5C5. Windows color (decimal): -4406291 or 15582140. OLE color: 15582140.

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

Color convert

RGB188195237-
CMYK0.210.1800.07
HSL231.43º57.65%83.33%-
HSV(B)231.43º20.68%92.94%-
XYZ55.5455.8487.97-
YUV197.7150.18121.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.32%
GREEN value IS 195 (76.56% from 255) = 31.45%
BLUE value IS 237 (92.97% from 255) = 38.23%
R=30.32%
G=31.45%
B=38.23%

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
Decimal1881952370.210.1800.07231.4357.6583.33
HexBCC3ED151207e73a53
Octal27430335525220734772123
Binary10111100110000111110110110101100100111111001111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC3ED; }

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

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

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

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

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

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

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

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