#BECEFB

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

Shades of Periwinkle #BECEFB

Tints of Periwinkle #BECEFB

Color information

#BECEFB (or 0xBECEFB) is unknown color: approx Periwinkle. HEX triplet: BE, CE and FB. RGB value is (190,206,251). Sum of RGB (Red+Green+Blue) = 190+206+251=647 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.37% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 251 - color contains mainly: blue. Hex color #BECEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECEFB is #413104. Grayscale: #CECECE. Windows color (decimal): -4272389 or 16502462. OLE color: 16502462.

HSL color Cylindrical-coordinate representation of color #BECEFB: hue angle of 224.26º degrees, saturation: 0.88, 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 #BECEFB is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190206251-
CMYK0.240.1800.02
HSL224.26º88.41%86.47%-
HSV(B)224.26º24.3%98.43%-
XYZ60.7262.05100.04-
YUV206.35153.2116.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.37%
GREEN value IS 206 (80.86% from 255) = 31.84%
BLUE value IS 251 (98.44% from 255) = 38.79%
R=29.37%
G=31.84%
B=38.79%

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
Decimal1902062510.240.1800.02224.2688.4186.47
HexBECEFB181202e05856
Octal276316373302202340130126
Binary10111110110011101111101111000100100101110000010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECEFB; }

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

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

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

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

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

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

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

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