#BECAE8

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

Shades of Periwinkle #BECAE8

Tints of Periwinkle #BECAE8

Color information

#BECAE8 (or 0xBECAE8) is unknown color: approx Periwinkle. HEX triplet: BE, CA and E8. RGB value is (190,202,232). Sum of RGB (Red+Green+Blue) = 190+202+232=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 232 (91.02% from 255 or 37.18% from 624); Max value from RGB is 232 - color contains mainly: blue. Hex color #BECAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECAE8 is #413517. Grayscale: #C9C9C9. Windows color (decimal): -4273432 or 15256254. OLE color: 15256254.

HSL color Cylindrical-coordinate representation of color #BECAE8: hue angle of 222.86º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BECAE8 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB190202232-
CMYK0.180.1300.09
HSL222.86º47.73%82.75%-
HSV(B)222.86º18.1%90.98%-
XYZ56.9259.0184.73-
YUV201.83145.02119.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.45%
GREEN value IS 202 (79.30% from 255) = 32.37%
BLUE value IS 232 (91.02% from 255) = 37.18%
R=30.45%
G=32.37%
B=37.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902022320.180.1300.09222.8647.7382.75
HexBECAE812D09df3053
Octal276312350221501133760123
Binary10111110110010101110100010010110101001110111111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAE8; }

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

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

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

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

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

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

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

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