#BCCAE3

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

Shades of Periwinkle #BCCAE3

Tints of Periwinkle #BCCAE3

Color information

#BCCAE3 (or 0xBCCAE3) is unknown color: approx Periwinkle. HEX triplet: BC, CA and E3. RGB value is (188,202,227). Sum of RGB (Red+Green+Blue) = 188+202+227=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 227 (89.06% from 255 or 36.79% from 617); Max value from RGB is 227 - color contains mainly: blue. Hex color #BCCAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCAE3 is #43351C. Grayscale: #C8C8C8. Windows color (decimal): -4404509 or 14928572. OLE color: 14928572.

HSL color Cylindrical-coordinate representation of color #BCCAE3: hue angle of 218.46º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCCAE3 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB188202227-
CMYK0.170.1100.11
HSL218.46º41.05%81.37%-
HSV(B)218.46º17.18%89.02%-
XYZ55.7258.4881.02-
YUV200.66142.86118.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.47%
GREEN value IS 202 (79.30% from 255) = 32.74%
BLUE value IS 227 (89.06% from 255) = 36.79%
R=30.47%
G=32.74%
B=36.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1882022270.170.1100.11218.4641.0581.37
HexBCCAE311B0Bda2951
Octal274312343211301333251121
Binary10111100110010101110001110001101101011110110101010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCAE3; }

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

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

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

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

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

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

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

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