#BECCEE

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

Shades of Periwinkle #BECCEE

Tints of Periwinkle #BECCEE

Color information

#BECCEE (or 0xBECCEE) is unknown color: approx Periwinkle. HEX triplet: BE, CC and EE. RGB value is (190,204,238). Sum of RGB (Red+Green+Blue) = 190+204+238=632 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.06% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 238 - color contains mainly: blue. Hex color #BECCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECCEE is #413311. Grayscale: #CBCBCB. Windows color (decimal): -4272914 or 15649982. OLE color: 15649982.

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

Color convert

RGB190204238-
CMYK0.200.1400.07
HSL222.5º58.54%83.92%-
HSV(B)222.5º20.17%93.33%-
XYZ58.2660.3189.46-
YUV203.69147.36118.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.06%
GREEN value IS 204 (80.08% from 255) = 32.28%
BLUE value IS 238 (93.36% from 255) = 37.66%
R=30.06%
G=32.28%
B=37.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902042380.200.1400.07222.558.5483.92
HexBECCEE14E07de3b54
Octal27631435624160733673124
Binary1011111011001100111011101010011100111110111101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECCEE; }

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

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

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

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

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

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

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

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