#BECBEF

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

Shades of Periwinkle #BECBEF

Tints of Periwinkle #BECBEF

Color information

#BECBEF (or 0xBECBEF) is unknown color: approx Periwinkle. HEX triplet: BE, CB and EF. RGB value is (190,203,239). Sum of RGB (Red+Green+Blue) = 190+203+239=632 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.06% from 632); Green value is 203 (79.69% from 255 or 32.12% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 239 - color contains mainly: blue. Hex color #BECBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECBEF is #413410. Grayscale: #CBCBCB. Windows color (decimal): -4273169 or 15715262. OLE color: 15715262.

HSL color Cylindrical-coordinate representation of color #BECBEF: hue angle of 224.08º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BECBEF is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB190203239-
CMYK0.210.1500.06
HSL224.08º60.49%84.12%-
HSV(B)224.08º20.5%93.73%-
XYZ58.1759.8990.16-
YUV203.22148.19118.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.06%
GREEN value IS 203 (79.69% from 255) = 32.12%
BLUE value IS 239 (93.75% from 255) = 37.82%
R=30.06%
G=32.12%
B=37.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902032390.210.1500.06224.0860.4984.12
HexBECBEF15F06e03c54
Octal27631335725170634074124
Binary1011111011001011111011111010111110110111000001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECBEF; }

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

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

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

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

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

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

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

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