#BED2C7

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

Shades of Nebula #BED2C7

Tints of Nebula #BED2C7

Color information

#BED2C7 (or 0xBED2C7) is unknown color: approx Nebula. HEX triplet: BE, D2 and C7. RGB value is (190,210,199). Sum of RGB (Red+Green+Blue) = 190+210+199=599 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.72% from 599); Green value is 210 (82.42% from 255 or 35.06% from 599); Blue value is 199 (78.12% from 255 or 33.22% from 599); Max value from RGB is 210 - color contains mainly: green. Hex color #BED2C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED2C7 is #412D38. Grayscale: #CACACA. Windows color (decimal): -4271417 or 13095614. OLE color: 13095614.

HSL color Cylindrical-coordinate representation of color #BED2C7: hue angle of 147º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BED2C7 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB190210199-
CMYK0.1000.050.18
HSL147º18.18%78.43%-
HSV(B)147º9.52%82.35%-
XYZ54.5961.1662.96-
YUV202.77125.87118.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.72%
GREEN value IS 210 (82.42% from 255) = 35.06%
BLUE value IS 199 (78.12% from 255) = 33.22%
R=31.72%
G=35.06%
B=33.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902101990.1000.050.1814718.1878.43
HexBED2C7A051293124e
Octal27632230712052222322116
Binary101111101101001011000111101001011001010010011100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED2C7; }

 p { color: rgb(190,210,199); }

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

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

 a { background-color: rgb(190,210,199); }

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

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

 span { border-color: rgb(190,210,199); }

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