#BECDEB

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

Shades of Periwinkle #BECDEB

Tints of Periwinkle #BECDEB

Color information

#BECDEB (or 0xBECDEB) is unknown color: approx Periwinkle. HEX triplet: BE, CD and EB. RGB value is (190,205,235). Sum of RGB (Red+Green+Blue) = 190+205+235=630 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.16% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 235 - color contains mainly: blue. Hex color #BECDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECDEB is #413214. Grayscale: #CBCBCB. Windows color (decimal): -4272661 or 15453630. OLE color: 15453630.

HSL color Cylindrical-coordinate representation of color #BECDEB: hue angle of 220º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BECDEB is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190205235-
CMYK0.190.1300.08
HSL220º52.94%83.33%-
HSV(B)220º19.15%92.16%-
XYZ58.0660.6187.24-
YUV203.93145.53118.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.16%
GREEN value IS 205 (80.47% from 255) = 32.54%
BLUE value IS 235 (92.19% from 255) = 37.30%
R=30.16%
G=32.54%
B=37.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902052350.190.1300.0822052.9483.33
HexBECDEB13D08dc3553
Octal276315353231501033465123
Binary10111110110011011110101110011110101000110111001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECDEB; }

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

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

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

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

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

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

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

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