#BECEEE

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

Shades of Periwinkle #BECEEE

Tints of Periwinkle #BECEEE

Color information

#BECEEE (or 0xBECEEE) is unknown color: approx Periwinkle. HEX triplet: BE, CE and EE. RGB value is (190,206,238). Sum of RGB (Red+Green+Blue) = 190+206+238=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #BECEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECEEE is #413111. Grayscale: #CCCCCC. Windows color (decimal): -4272402 or 15650494. OLE color: 15650494.

HSL color Cylindrical-coordinate representation of color #BECEEE: hue angle of 220º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BECEEE is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190206238-
CMYK0.200.1300.07
HSL220º58.54%83.92%-
HSV(B)220º20.17%93.33%-
XYZ58.7461.2689.62-
YUV204.86146.7117.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.97%
GREEN value IS 206 (80.86% from 255) = 32.49%
BLUE value IS 238 (93.36% from 255) = 37.54%
R=29.97%
G=32.49%
B=37.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902062380.200.1300.0722058.5483.92
HexBECEEE14D07dc3b54
Octal27631635624150733473124
Binary1011111011001110111011101010011010111110111001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECEEE; }

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

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

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

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

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

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

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

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