#BECCF0

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

Shades of Periwinkle #BECCF0

Tints of Periwinkle #BECCF0

Color information

#BECCF0 (or 0xBECCF0) is unknown color: approx Periwinkle. HEX triplet: BE, CC and F0. RGB value is (190,204,240). Sum of RGB (Red+Green+Blue) = 190+204+240=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 240 - color contains mainly: blue. Hex color #BECCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECCF0 is #41330F. Grayscale: #CBCBCB. Windows color (decimal): -4272912 or 15781054. OLE color: 15781054.

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

Color convert

RGB190204240-
CMYK0.210.1500.06
HSL223.2º62.5%84.31%-
HSV(B)223.2º20.83%94.12%-
XYZ58.5660.4291.01-
YUV203.92148.36118.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.97%
GREEN value IS 204 (80.08% from 255) = 32.18%
BLUE value IS 240 (94.14% from 255) = 37.85%
R=29.97%
G=32.18%
B=37.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902042400.210.1500.06223.262.584.31
HexBECCF015F06df3e54
Octal27631436025170633776124
Binary1011111011001100111100001010111110110110111111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECCF0; }

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

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

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

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

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

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

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

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