#BECBE7

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

Shades of Periwinkle #BECBE7

Tints of Periwinkle #BECBE7

Color information

#BECBE7 (or 0xBECBE7) is unknown color: approx Periwinkle. HEX triplet: BE, CB and E7. RGB value is (190,203,231). Sum of RGB (Red+Green+Blue) = 190+203+231=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 203 (79.69% from 255 or 32.53% from 624); Blue value is 231 (90.62% from 255 or 37.02% from 624); Max value from RGB is 231 - color contains mainly: blue. Hex color #BECBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECBE7 is #413418. Grayscale: #CACACA. Windows color (decimal): -4273177 or 15190974. OLE color: 15190974.

HSL color Cylindrical-coordinate representation of color #BECBE7: hue angle of 220.98º degrees, saturation: 0.46, 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 #BECBE7 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB190203231-
CMYK0.180.1200.09
HSL220.98º46.07%82.55%-
HSV(B)220.98º17.75%90.59%-
XYZ57.0159.4384.07-
YUV202.3144.19119.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.45%
GREEN value IS 203 (79.69% from 255) = 32.53%
BLUE value IS 231 (90.62% from 255) = 37.02%
R=30.45%
G=32.53%
B=37.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902032310.180.1200.09220.9846.0782.55
HexBECBE712C09dd2e53
Octal276313347221401133556123
Binary10111110110010111110011110010110001001110111011011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECBE7; }

 p { color: rgb(190,203,231); }

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

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

 a { background-color: rgb(190,203,231); }

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

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

 span { border-color: rgb(190,203,231); }

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