#BECDE4

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

Shades of Periwinkle #BECDE4

Tints of Periwinkle #BECDE4

Color information

#BECDE4 (or 0xBECDE4) is unknown color: approx Periwinkle. HEX triplet: BE, CD and E4. RGB value is (190,205,228). Sum of RGB (Red+Green+Blue) = 190+205+228=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 228 (89.45% from 255 or 36.60% from 623); Max value from RGB is 228 - color contains mainly: blue. Hex color #BECDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDE4 is #41321B. Grayscale: #CBCBCB. Windows color (decimal): -4272668 or 14994878. OLE color: 14994878.

HSL color Cylindrical-coordinate representation of color #BECDE4: hue angle of 216.32º 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 #BECDE4 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB190205228-
CMYK0.170.1000.11
HSL216.32º41.3%81.96%-
HSV(B)216.32º16.67%89.41%-
XYZ57.0760.2182.01-
YUV203.14142.03118.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.50%
GREEN value IS 205 (80.47% from 255) = 32.91%
BLUE value IS 228 (89.45% from 255) = 36.60%
R=30.50%
G=32.91%
B=36.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1902052280.170.1000.11216.3241.381.96
HexBECDE411A0Bd82952
Octal276315344211201333051122
Binary10111110110011011110010010001101001011110110001010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECDE4; }

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

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

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

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

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

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

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

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