#BECEFE

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

Shades of Periwinkle #BECEFE

Tints of Periwinkle #BECEFE

Color information

#BECEFE (or 0xBECEFE) is unknown color: approx Periwinkle. HEX triplet: BE, CE and FE. RGB value is (190,206,254). Sum of RGB (Red+Green+Blue) = 190+206+254=650 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.23% from 650); Green value is 206 (80.86% from 255 or 31.69% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #BECEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECEFE is #413101. Grayscale: #CECECE. Windows color (decimal): -4272386 or 16699070. OLE color: 16699070.

HSL color Cylindrical-coordinate representation of color #BECEFE: hue angle of 225º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BECEFE is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB190206254-
CMYK0.250.1900.00
HSL225º96.97%87.06%-
HSV(B)225º25.2%99.61%-
XYZ61.262.25102.56-
YUV206.69154.7116.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.23%
GREEN value IS 206 (80.86% from 255) = 31.69%
BLUE value IS 254 (99.61% from 255) = 39.08%
R=29.23%
G=31.69%
B=39.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902062540.250.1900.0022596.9787.06
HexBECEFE191300e16157
Octal276316376312300341141127
Binary1011111011001110111111101100110011001110000111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECEFE; }

 p { color: rgb(190,206,254); }

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

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

 a { background-color: rgb(190,206,254); }

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

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

 span { border-color: rgb(190,206,254); }

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