#BECBF9

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

Shades of Periwinkle #BECBF9

Tints of Periwinkle #BECBF9

Color information

#BECBF9 (or 0xBECBF9) is unknown color: approx Periwinkle. HEX triplet: BE, CB and F9. RGB value is (190,203,249). Sum of RGB (Red+Green+Blue) = 190+203+249=642 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.60% from 642); Green value is 203 (79.69% from 255 or 31.62% from 642); Blue value is 249 (97.66% from 255 or 38.79% from 642); Max value from RGB is 249 - color contains mainly: blue. Hex color #BECBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECBF9 is #413406. Grayscale: #CCCCCC. Windows color (decimal): -4273159 or 16370622. OLE color: 16370622.

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

Color convert

RGB190203249-
CMYK0.240.1800.02
HSL226.78º83.1%86.08%-
HSV(B)226.78º23.69%97.65%-
XYZ59.6960.598.15-
YUV204.36153.19117.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.60%
GREEN value IS 203 (79.69% from 255) = 31.62%
BLUE value IS 249 (97.66% from 255) = 38.79%
R=29.60%
G=31.62%
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
Decimal1902032490.240.1800.02226.7883.186.08
HexBECBF9181202e35356
Octal276313371302202343123126
Binary10111110110010111111100111000100100101110001110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECBF9; }

 p { color: rgb(190,203,249); }

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

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

 a { background-color: rgb(190,203,249); }

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

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

 span { border-color: rgb(190,203,249); }

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