#BECCCA

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

Shades of Geyser #BECCCA

Tints of Geyser #BECCCA

Color information

#BECCCA (or 0xBECCCA) is unknown color: approx Geyser. HEX triplet: BE, CC and CA. RGB value is (190,204,202). Sum of RGB (Red+Green+Blue) = 190+204+202=596 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.88% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 204 - color contains mainly: green. Hex color #BECCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCCA is #413335. Grayscale: #C7C7C7. Windows color (decimal): -4272950 or 13290686. OLE color: 13290686.

HSL color Cylindrical-coordinate representation of color #BECCCA: hue angle of 171.43º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BECCCA is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB190204202-
CMYK0.0700.010.2
HSL171.43º12.07%77.25%-
HSV(B)171.43º6.86%80%-
XYZ53.4958.464.33-
YUV199.59129.36121.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.88%
GREEN value IS 204 (80.08% from 255) = 34.23%
BLUE value IS 202 (79.30% from 255) = 33.89%
R=31.88%
G=34.23%
B=33.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1902042020.0700.010.2171.4312.0777.25
HexBECCCA70114abc4d
Octal2763143127012425314115
Binary10111110110011001100101011101101001010101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECCCA; }

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

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

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

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

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

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

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

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