#BECADF

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

Shades of Periwinkle #BECADF

Tints of Periwinkle #BECADF

Color information

#BECADF (or 0xBECADF) is unknown color: approx Periwinkle. HEX triplet: BE, CA and DF. RGB value is (190,202,223). Sum of RGB (Red+Green+Blue) = 190+202+223=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 223 - color contains mainly: blue. Hex color #BECADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECADF is #413520. Grayscale: #C8C8C8. Windows color (decimal): -4273441 or 14666430. OLE color: 14666430.

HSL color Cylindrical-coordinate representation of color #BECADF: hue angle of 218.18º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BECADF is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190202223-
CMYK0.150.0900.13
HSL218.18º34.02%80.98%-
HSV(B)218.18º14.8%87.45%-
XYZ55.6858.5278.17-
YUV200.81140.52120.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.89%
GREEN value IS 202 (79.30% from 255) = 32.85%
BLUE value IS 223 (87.5% from 255) = 36.26%
R=30.89%
G=32.85%
B=36.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902022230.150.0900.13218.1834.0280.98
HexBECADFF90Dda2251
Octal276312337171101533242121
Binary1011111011001010110111111111100101101110110101000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECADF; }

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

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

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

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

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

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

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

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