#BECEEF

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

Shades of Periwinkle #BECEEF

Tints of Periwinkle #BECEEF

Color information

#BECEEF (or 0xBECEEF) is unknown color: approx Periwinkle. HEX triplet: BE, CE and EF. RGB value is (190,206,239). Sum of RGB (Red+Green+Blue) = 190+206+239=635 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.92% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #BECEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECEEF is #413110. Grayscale: #CCCCCC. Windows color (decimal): -4272401 or 15716030. OLE color: 15716030.

HSL color Cylindrical-coordinate representation of color #BECEEF: hue angle of 220.41º 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 #BECEEF is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB190206239-
CMYK0.210.1400.06
HSL220.41º60.49%84.12%-
HSV(B)220.41º20.5%93.73%-
XYZ58.8961.3290.39-
YUV204.98147.2117.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.92%
GREEN value IS 206 (80.86% from 255) = 32.44%
BLUE value IS 239 (93.75% from 255) = 37.64%
R=29.92%
G=32.44%
B=37.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902062390.210.1400.06220.4160.4984.12
HexBECEEF15E06dc3c54
Octal27631635725160633474124
Binary1011111011001110111011111010111100110110111001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECEEF; }

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

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

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

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

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

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

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

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