#BECEED

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

Shades of Periwinkle #BECEED

Tints of Periwinkle #BECEED

Color information

#BECEED (or 0xBECEED) is unknown color: approx Periwinkle. HEX triplet: BE, CE and ED. RGB value is (190,206,237). Sum of RGB (Red+Green+Blue) = 190+206+237=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: blue. Hex color #BECEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECEED is #413112. Grayscale: #CCCCCC. Windows color (decimal): -4272403 or 15584958. OLE color: 15584958.

HSL color Cylindrical-coordinate representation of color #BECEED: hue angle of 219.57º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BECEED is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190206237-
CMYK0.200.1300.07
HSL219.57º56.63%83.73%-
HSV(B)219.57º19.83%92.94%-
XYZ58.5961.288.85-
YUV204.75146.2117.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.02%
GREEN value IS 206 (80.86% from 255) = 32.54%
BLUE value IS 237 (92.97% from 255) = 37.44%
R=30.02%
G=32.54%
B=37.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902062370.200.1300.07219.5756.6383.73
HexBECEED14D07dc3954
Octal27631635524150733471124
Binary1011111011001110111011011010011010111110111001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECEED; }

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

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

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

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

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

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

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

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