#BEC8DE

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

Shades of Periwinkle #BEC8DE

Tints of Periwinkle #BEC8DE

Color information

#BEC8DE (or 0xBEC8DE) is unknown color: approx Periwinkle. HEX triplet: BE, C8 and DE. RGB value is (190,200,222). Sum of RGB (Red+Green+Blue) = 190+200+222=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 200 (78.52% from 255 or 32.68% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 222 - color contains mainly: blue. Hex color #BEC8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC8DE is #413721. Grayscale: #C7C7C7. Windows color (decimal): -4273954 or 14600382. OLE color: 14600382.

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

Color convert

RGB190200222-
CMYK0.140.1000.13
HSL221.25º32.65%80.78%-
HSV(B)221.25º14.41%87.06%-
XYZ55.0757.5377.31-
YUV199.52140.69121.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.05%
GREEN value IS 200 (78.52% from 255) = 32.68%
BLUE value IS 222 (87.11% from 255) = 36.27%
R=31.05%
G=32.68%
B=36.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902002220.140.1000.13221.2532.6580.78
HexBEC8DEEA0Ddd2151
Octal276310336161201533541121
Binary1011111011001000110111101110101001101110111011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC8DE; }

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

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

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

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

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

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

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

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