#BECEEB

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

Shades of Periwinkle #BECEEB

Tints of Periwinkle #BECEEB

Color information

#BECEEB (or 0xBECEEB) is unknown color: approx Periwinkle. HEX triplet: BE, CE and EB. RGB value is (190,206,235). Sum of RGB (Red+Green+Blue) = 190+206+235=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 206 (80.86% from 255 or 32.65% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 235 - color contains mainly: blue. Hex color #BECEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECEEB is #413114. Grayscale: #CCCCCC. Windows color (decimal): -4272405 or 15453886. OLE color: 15453886.

HSL color Cylindrical-coordinate representation of color #BECEEB: hue angle of 218.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 #BECEEB is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190206235-
CMYK0.190.1200.08
HSL218.67º52.94%83.33%-
HSV(B)218.67º19.15%92.16%-
XYZ58.361.0987.32-
YUV204.52145.2117.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.11%
GREEN value IS 206 (80.86% from 255) = 32.65%
BLUE value IS 235 (92.19% from 255) = 37.24%
R=30.11%
G=32.65%
B=37.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902062350.190.1200.08218.6752.9483.33
HexBECEEB13C08db3553
Octal276316353231401033365123
Binary10111110110011101110101110011110001000110110111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECEEB; }

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

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

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

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

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

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

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

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