#BCC6ED

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

Shades of Periwinkle #BCC6ED

Tints of Periwinkle #BCC6ED

Color information

#BCC6ED (or 0xBCC6ED) is unknown color: approx Periwinkle. HEX triplet: BC, C6 and ED. RGB value is (188,198,237). Sum of RGB (Red+Green+Blue) = 188+198+237=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 198 (77.73% from 255 or 31.78% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCC6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC6ED is #433912. Grayscale: #C7C7C7. Windows color (decimal): -4405523 or 15582908. OLE color: 15582908.

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

Color convert

RGB188198237-
CMYK0.210.1600.07
HSL227.76º57.65%83.33%-
HSV(B)227.76º20.68%92.94%-
XYZ56.2257.1988.2-
YUV199.46149.19119.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.18%
GREEN value IS 198 (77.73% from 255) = 31.78%
BLUE value IS 237 (92.97% from 255) = 38.04%
R=30.18%
G=31.78%
B=38.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881982370.210.1600.07227.7657.6583.33
HexBCC6ED151007e43a53
Octal27430635525200734472123
Binary10111100110001101110110110101100000111111001001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC6ED; }

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

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

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

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

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

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

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

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