#BCC8ED

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

Shades of Periwinkle #BCC8ED

Tints of Periwinkle #BCC8ED

Color information

#BCC8ED (or 0xBCC8ED) is unknown color: approx Periwinkle. HEX triplet: BC, C8 and ED. RGB value is (188,200,237). Sum of RGB (Red+Green+Blue) = 188+200+237=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 200 (78.52% from 255 or 32% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCC8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC8ED is #433712. Grayscale: #C8C8C8. Windows color (decimal): -4405011 or 15583420. OLE color: 15583420.

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

Color convert

RGB188200237-
CMYK0.210.1600.07
HSL225.31º57.65%83.33%-
HSV(B)225.31º20.68%92.94%-
XYZ56.6858.1188.35-
YUV200.63148.52118.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.08%
GREEN value IS 200 (78.52% from 255) = 32%
BLUE value IS 237 (92.97% from 255) = 37.92%
R=30.08%
G=32%
B=37.92%

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
Decimal1882002370.210.1600.07225.3157.6583.33
HexBCC8ED151007e13a53
Octal27431035525200734172123
Binary10111100110010001110110110101100000111111000011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC8ED; }

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

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

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

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

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

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

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

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