#BECDFA

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

Shades of Periwinkle #BECDFA

Tints of Periwinkle #BECDFA

Color information

#BECDFA (or 0xBECDFA) is unknown color: approx Periwinkle. HEX triplet: BE, CD and FA. RGB value is (190,205,250). Sum of RGB (Red+Green+Blue) = 190+205+250=645 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.46% from 645); Green value is 205 (80.47% from 255 or 31.78% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #BECDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECDFA is #413205. Grayscale: #CDCDCD. Windows color (decimal): -4272646 or 16436670. OLE color: 16436670.

HSL color Cylindrical-coordinate representation of color #BECDFA: hue angle of 225º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BECDFA is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190205250-
CMYK0.240.1800.02
HSL225º85.71%86.27%-
HSV(B)225º24%98.04%-
XYZ60.3261.5199.14-
YUV205.64153.03116.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.46%
GREEN value IS 205 (80.47% from 255) = 31.78%
BLUE value IS 250 (98.05% from 255) = 38.76%
R=29.46%
G=31.78%
B=38.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902052500.240.1800.0222585.7186.27
HexBECDFA181202e15656
Octal276315372302202341126126
Binary10111110110011011111101011000100100101110000110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECDFA; }

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

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

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

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

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

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

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

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