#BECEE3

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

Shades of Periwinkle #BECEE3

Tints of Periwinkle #BECEE3

Color information

#BECEE3 (or 0xBECEE3) is unknown color: approx Periwinkle. HEX triplet: BE, CE and E3. RGB value is (190,206,227). Sum of RGB (Red+Green+Blue) = 190+206+227=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 227 (89.06% from 255 or 36.44% from 623); Max value from RGB is 227 - color contains mainly: blue. Hex color #BECEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECEE3 is #41311C. Grayscale: #CBCBCB. Windows color (decimal): -4272413 or 14929598. OLE color: 14929598.

HSL color Cylindrical-coordinate representation of color #BECEE3: hue angle of 214.05º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BECEE3 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB190206227-
CMYK0.160.0900.11
HSL214.05º39.78%81.76%-
HSV(B)214.05º16.3%89.02%-
XYZ57.1760.6481.36-
YUV203.61141.2118.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.50%
GREEN value IS 206 (80.86% from 255) = 33.07%
BLUE value IS 227 (89.06% from 255) = 36.44%
R=30.50%
G=33.07%
B=36.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1902062270.160.0900.11214.0539.7881.76
HexBECEE31090Bd62852
Octal276316343201101332650122
Binary10111110110011101110001110000100101011110101101010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECEE3; }

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

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

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

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

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

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

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

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