#BECEC4

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

Shades of Nebula #BECEC4

Tints of Nebula #BECEC4

Color information

#BECEC4 (or 0xBECEC4) is unknown color: approx Nebula. HEX triplet: BE, CE and C4. RGB value is (190,206,196). Sum of RGB (Red+Green+Blue) = 190+206+196=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 196 (76.95% from 255 or 33.11% from 592); Max value from RGB is 206 - color contains mainly: green. Hex color #BECEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECEC4 is #41313B. Grayscale: #C8C8C8. Windows color (decimal): -4272444 or 12897982. OLE color: 12897982.

HSL color Cylindrical-coordinate representation of color #BECEC4: hue angle of 142.5º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BECEC4 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB190206196-
CMYK0.0800.050.19
HSL142.5º14.04%77.65%-
HSV(B)142.5º7.77%80.78%-
XYZ53.2759.0860.82-
YUV200.08125.7120.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.09%
GREEN value IS 206 (80.86% from 255) = 34.80%
BLUE value IS 196 (76.95% from 255) = 33.11%
R=32.09%
G=34.80%
B=33.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902061960.0800.050.19142.514.0477.65
HexBECEC4805138ee4e
Octal27631630410052321616116
Binary10111110110011101100010010000101100111000111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECEC4; }

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

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

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

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

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

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

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

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