#BECAE4

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

Shades of Periwinkle #BECAE4

Tints of Periwinkle #BECAE4

Color information

#BECAE4 (or 0xBECAE4) is unknown color: approx Periwinkle. HEX triplet: BE, CA and E4. RGB value is (190,202,228). Sum of RGB (Red+Green+Blue) = 190+202+228=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 228 (89.45% from 255 or 36.77% from 620); Max value from RGB is 228 - color contains mainly: blue. Hex color #BECAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECAE4 is #41351B. Grayscale: #C9C9C9. Windows color (decimal): -4273436 or 14994110. OLE color: 14994110.

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

Color convert

RGB190202228-
CMYK0.170.1100.11
HSL221.05º41.3%81.96%-
HSV(B)221.05º16.67%89.41%-
XYZ56.3658.7981.78-
YUV201.38143.02119.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.65%
GREEN value IS 202 (79.30% from 255) = 32.58%
BLUE value IS 228 (89.45% from 255) = 36.77%
R=30.65%
G=32.58%
B=36.77%

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
Decimal1902022280.170.1100.11221.0541.381.96
HexBECAE411B0Bdd2952
Octal276312344211301333551122
Binary10111110110010101110010010001101101011110111011010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAE4; }

 p { color: rgb(190,202,228); }

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

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

 a { background-color: rgb(190,202,228); }

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

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

 span { border-color: rgb(190,202,228); }

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