#BECDF4

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

Shades of Periwinkle #BECDF4

Tints of Periwinkle #BECDF4

Color information

#BECDF4 (or 0xBECDF4) is unknown color: approx Periwinkle. HEX triplet: BE, CD and F4. RGB value is (190,205,244). Sum of RGB (Red+Green+Blue) = 190+205+244=639 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.73% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 244 (95.70% from 255 or 38.18% from 639); Max value from RGB is 244 - color contains mainly: blue. Hex color #BECDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECDF4 is #41320B. Grayscale: #CCCCCC. Windows color (decimal): -4272652 or 16043454. OLE color: 16043454.

HSL color Cylindrical-coordinate representation of color #BECDF4: hue angle of 223.33º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BECDF4 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB190205244-
CMYK0.220.1600.04
HSL223.33º71.05%85.1%-
HSV(B)223.33º22.13%95.69%-
XYZ59.461.1494.26-
YUV204.96150.03117.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.73%
GREEN value IS 205 (80.47% from 255) = 32.08%
BLUE value IS 244 (95.70% from 255) = 38.18%
R=29.73%
G=32.08%
B=38.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902052440.220.1600.04223.3371.0585.1
HexBECDF4161004df4755
Octal276315364262004337107125
Binary101111101100110111110100101101000001001101111110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECDF4; }

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

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

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

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

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

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

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

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