#BEC3DE

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

Shades of Periwinkle #BEC3DE

Tints of Periwinkle #BEC3DE

Color information

#BEC3DE (or 0xBEC3DE) is unknown color: approx Periwinkle. HEX triplet: BE, C3 and DE. RGB value is (190,195,222). Sum of RGB (Red+Green+Blue) = 190+195+222=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 195 (76.56% from 255 or 32.13% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 222 - color contains mainly: blue. Hex color #BEC3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC3DE is #413C21. Grayscale: #C4C4C4. Windows color (decimal): -4275234 or 14599102. OLE color: 14599102.

HSL color Cylindrical-coordinate representation of color #BEC3DE: hue angle of 230.62º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEC3DE is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190195222-
CMYK0.140.1200.13
HSL230.62º32.65%80.78%-
HSV(B)230.62º14.41%87.06%-
XYZ53.9455.2576.93-
YUV196.58142.34123.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.30%
GREEN value IS 195 (76.56% from 255) = 32.13%
BLUE value IS 222 (87.11% from 255) = 36.57%
R=31.30%
G=32.13%
B=36.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901952220.140.1200.13230.6232.6580.78
HexBEC3DEEC0De72151
Octal276303336161401534741121
Binary1011111011000011110111101110110001101111001111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC3DE; }

 p { color: rgb(190,195,222); }

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

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

 a { background-color: rgb(190,195,222); }

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

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

 span { border-color: rgb(190,195,222); }

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