#BECDED

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

Shades of Periwinkle #BECDED

Tints of Periwinkle #BECDED

Color information

#BECDED (or 0xBECDED) is unknown color: approx Periwinkle. HEX triplet: BE, CD and ED. RGB value is (190,205,237). Sum of RGB (Red+Green+Blue) = 190+205+237=632 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.06% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 237 - color contains mainly: blue. Hex color #BECDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECDED is #413212. Grayscale: #CCCCCC. Windows color (decimal): -4272659 or 15584702. OLE color: 15584702.

HSL color Cylindrical-coordinate representation of color #BECDED: hue angle of 220.85º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BECDED is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190205237-
CMYK0.200.1400.07
HSL220.85º56.63%83.73%-
HSV(B)220.85º19.83%92.94%-
XYZ58.3560.7288.77-
YUV204.16146.53117.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.06%
GREEN value IS 205 (80.47% from 255) = 32.44%
BLUE value IS 237 (92.97% from 255) = 37.5%
R=30.06%
G=32.44%
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.07
SystemRedGreenBlueCMYKHSL
Decimal1902052370.200.1400.07220.8556.6383.73
HexBECDED14E07dd3954
Octal27631535524160733571124
Binary1011111011001101111011011010011100111110111011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECDED; }

 p { color: rgb(190,205,237); }

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

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

 a { background-color: rgb(190,205,237); }

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

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

 span { border-color: rgb(190,205,237); }

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