#BECEE7

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

Shades of Periwinkle #BECEE7

Tints of Periwinkle #BECEE7

Color information

#BECEE7 (or 0xBECEE7) is unknown color: approx Periwinkle. HEX triplet: BE, CE and E7. RGB value is (190,206,231). Sum of RGB (Red+Green+Blue) = 190+206+231=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 231 (90.62% from 255 or 36.84% from 627); Max value from RGB is 231 - color contains mainly: blue. Hex color #BECEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECEE7 is #413118. Grayscale: #CBCBCB. Windows color (decimal): -4272409 or 15191742. OLE color: 15191742.

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

Color convert

RGB190206231-
CMYK0.180.1100.09
HSL216.59º46.07%82.55%-
HSV(B)216.59º17.75%90.59%-
XYZ57.7360.8684.31-
YUV204.07143.2117.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.30%
GREEN value IS 206 (80.86% from 255) = 32.85%
BLUE value IS 231 (90.62% from 255) = 36.84%
R=30.30%
G=32.85%
B=36.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902062310.180.1100.09216.5946.0782.55
HexBECEE712B09d92e53
Octal276316347221301133156123
Binary10111110110011101110011110010101101001110110011011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECEE7; }

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

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

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

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

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

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

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

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