#BCCAE1

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

Shades of Periwinkle #BCCAE1

Tints of Periwinkle #BCCAE1

Color information

#BCCAE1 (or 0xBCCAE1) is unknown color: approx Periwinkle. HEX triplet: BC, CA and E1. RGB value is (188,202,225). Sum of RGB (Red+Green+Blue) = 188+202+225=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 225 (88.28% from 255 or 36.59% from 615); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCCAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCAE1 is #43351E. Grayscale: #C8C8C8. Windows color (decimal): -4404511 or 14797500. OLE color: 14797500.

HSL color Cylindrical-coordinate representation of color #BCCAE1: hue angle of 217.3º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCCAE1 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB188202225-
CMYK0.160.1000.12
HSL217.3º38.14%80.98%-
HSV(B)217.3º16.44%88.24%-
XYZ55.4558.3779.58-
YUV200.44141.86119.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.57%
GREEN value IS 202 (79.30% from 255) = 32.85%
BLUE value IS 225 (88.28% from 255) = 36.59%
R=30.57%
G=32.85%
B=36.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882022250.160.1000.12217.338.1480.98
HexBCCAE110A0Cd92651
Octal274312341201201433146121
Binary10111100110010101110000110000101001100110110011001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCAE1; }

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

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

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

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

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

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

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

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