#BECDEE

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

Shades of Periwinkle #BECDEE

Tints of Periwinkle #BECDEE

Color information

#BECDEE (or 0xBECDEE) is unknown color: approx Periwinkle. HEX triplet: BE, CD and EE. RGB value is (190,205,238). Sum of RGB (Red+Green+Blue) = 190+205+238=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #BECDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECDEE is #413211. Grayscale: #CCCCCC. Windows color (decimal): -4272658 or 15650238. OLE color: 15650238.

HSL color Cylindrical-coordinate representation of color #BECDEE: hue angle of 221.25º degrees, saturation: 0.59, 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 #BECDEE is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190205238-
CMYK0.200.1400.07
HSL221.25º58.54%83.92%-
HSV(B)221.25º20.17%93.33%-
XYZ58.560.7889.54-
YUV204.28147.03117.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.02%
GREEN value IS 205 (80.47% from 255) = 32.39%
BLUE value IS 238 (93.36% from 255) = 37.60%
R=30.02%
G=32.39%
B=37.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902052380.200.1400.07221.2558.5483.92
HexBECDEE14E07dd3b54
Octal27631535624160733573124
Binary1011111011001101111011101010011100111110111011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECDEE; }

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

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

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

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

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

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

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

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