#BCCAE7

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

Shades of Periwinkle #BCCAE7

Tints of Periwinkle #BCCAE7

Color information

#BCCAE7 (or 0xBCCAE7) is unknown color: approx Periwinkle. HEX triplet: BC, CA and E7. RGB value is (188,202,231). Sum of RGB (Red+Green+Blue) = 188+202+231=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 231 (90.62% from 255 or 37.20% from 621); Max value from RGB is 231 - color contains mainly: blue. Hex color #BCCAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCAE7 is #433518. Grayscale: #C8C8C8. Windows color (decimal): -4404505 or 15190716. OLE color: 15190716.

HSL color Cylindrical-coordinate representation of color #BCCAE7: hue angle of 220.47º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCCAE7 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188202231-
CMYK0.190.1300.09
HSL220.47º47.25%82.16%-
HSV(B)220.47º18.61%90.59%-
XYZ56.2858.783.97-
YUV201.12144.86118.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.27%
GREEN value IS 202 (79.30% from 255) = 32.53%
BLUE value IS 231 (90.62% from 255) = 37.20%
R=30.27%
G=32.53%
B=37.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882022310.190.1300.09220.4747.2582.16
HexBCCAE713D09dc2f52
Octal274312347231501133457122
Binary10111100110010101110011110011110101001110111001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCAE7; }

 p { color: rgb(188,202,231); }

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

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

 a { background-color: rgb(188,202,231); }

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

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

 span { border-color: rgb(188,202,231); }

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