#BCCAEA

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

Shades of Periwinkle #BCCAEA

Tints of Periwinkle #BCCAEA

Color information

#BCCAEA (or 0xBCCAEA) is unknown color: approx Periwinkle. HEX triplet: BC, CA and EA. RGB value is (188,202,234). Sum of RGB (Red+Green+Blue) = 188+202+234=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCCAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCAEA is #433515. Grayscale: #C9C9C9. Windows color (decimal): -4404502 or 15387324. OLE color: 15387324.

HSL color Cylindrical-coordinate representation of color #BCCAEA: hue angle of 221.74º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCCAEA is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188202234-
CMYK0.200.1400.08
HSL221.74º52.27%82.75%-
HSV(B)221.74º19.66%91.76%-
XYZ56.7158.8786.22-
YUV201.46146.36118.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.13%
GREEN value IS 202 (79.30% from 255) = 32.37%
BLUE value IS 234 (91.80% from 255) = 37.5%
R=30.13%
G=32.37%
B=37.5%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882022340.200.1400.08221.7452.2782.75
HexBCCAEA14E08de3453
Octal274312352241601033664123
Binary10111100110010101110101010100111001000110111101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCAEA; }

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

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

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

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

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

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

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

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