#BCCAE5

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

Shades of Periwinkle #BCCAE5

Tints of Periwinkle #BCCAE5

Color information

#BCCAE5 (or 0xBCCAE5) is unknown color: approx Periwinkle. HEX triplet: BC, CA and E5. RGB value is (188,202,229). Sum of RGB (Red+Green+Blue) = 188+202+229=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 229 (89.84% from 255 or 37.00% from 619); Max value from RGB is 229 - color contains mainly: blue. Hex color #BCCAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCAE5 is #43351A. Grayscale: #C8C8C8. Windows color (decimal): -4404507 or 15059644. OLE color: 15059644.

HSL color Cylindrical-coordinate representation of color #BCCAE5: hue angle of 219.51º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCCAE5 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB188202229-
CMYK0.180.1200.10
HSL219.51º44.09%81.76%-
HSV(B)219.51º17.9%89.8%-
XYZ5658.5982.49-
YUV200.89143.86118.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.37%
GREEN value IS 202 (79.30% from 255) = 32.63%
BLUE value IS 229 (89.84% from 255) = 37.00%
R=30.37%
G=32.63%
B=37.00%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1882022290.180.1200.10219.5144.0981.76
HexBCCAE512C0Adc2c52
Octal274312345221401233454122
Binary10111100110010101110010110010110001010110111001011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCAE5; }

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

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

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

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

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

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

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

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