#BEC3DD

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

Shades of Periwinkle #BEC3DD

Tints of Periwinkle #BEC3DD

Color information

#BEC3DD (or 0xBEC3DD) is unknown color: approx Periwinkle. HEX triplet: BE, C3 and DD. RGB value is (190,195,221). Sum of RGB (Red+Green+Blue) = 190+195+221=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 195 (76.56% from 255 or 32.18% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEC3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC3DD is #413C22. Grayscale: #C4C4C4. Windows color (decimal): -4275235 or 14533566. OLE color: 14533566.

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

Color convert

RGB190195221-
CMYK0.140.1200.13
HSL230.32º31.31%80.59%-
HSV(B)230.32º14.03%86.67%-
XYZ53.855.276.23-
YUV196.47141.84123.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.35%
GREEN value IS 195 (76.56% from 255) = 32.18%
BLUE value IS 221 (86.72% from 255) = 36.47%
R=31.35%
G=32.18%
B=36.47%

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
Decimal1901952210.140.1200.13230.3231.3180.59
HexBEC3DDEC0De61f51
Octal276303335161401534637121
Binary101111101100001111011101111011000110111100110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC3DD; }

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

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

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

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

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

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

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

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