#BECBEB

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

Shades of Periwinkle #BECBEB

Tints of Periwinkle #BECBEB

Color information

#BECBEB (or 0xBECBEB) is unknown color: approx Periwinkle. HEX triplet: BE, CB and EB. RGB value is (190,203,235). Sum of RGB (Red+Green+Blue) = 190+203+235=628 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.25% from 628); Green value is 203 (79.69% from 255 or 32.32% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #BECBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECBEB is #413414. Grayscale: #CACACA. Windows color (decimal): -4273173 or 15453118. OLE color: 15453118.

HSL color Cylindrical-coordinate representation of color #BECBEB: hue angle of 222.67º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BECBEB is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190203235-
CMYK0.190.1400.08
HSL222.67º52.94%83.33%-
HSV(B)222.67º19.15%92.16%-
XYZ57.5959.6687.08-
YUV202.76146.19118.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.25%
GREEN value IS 203 (79.69% from 255) = 32.32%
BLUE value IS 235 (92.19% from 255) = 37.42%
R=30.25%
G=32.32%
B=37.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902032350.190.1400.08222.6752.9483.33
HexBECBEB13E08df3553
Octal276313353231601033765123
Binary10111110110010111110101110011111001000110111111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECBEB; }

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

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

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

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

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

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

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

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