#BED3C6

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

Shades of Nebula #BED3C6

Tints of Nebula #BED3C6

Color information

#BED3C6 (or 0xBED3C6) is unknown color: approx Nebula. HEX triplet: BE, D3 and C6. RGB value is (190,211,198). Sum of RGB (Red+Green+Blue) = 190+211+198=599 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.72% from 599); Green value is 211 (82.81% from 255 or 35.23% from 599); Blue value is 198 (77.73% from 255 or 33.06% from 599); Max value from RGB is 211 - color contains mainly: green. Hex color #BED3C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED3C6 is #412C39. Grayscale: #CBCBCB. Windows color (decimal): -4271162 or 13030334. OLE color: 13030334.

HSL color Cylindrical-coordinate representation of color #BED3C6: hue angle of 142.86º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BED3C6 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB190211198-
CMYK0.1000.060.17
HSL142.86º19.27%78.63%-
HSV(B)142.86º9.95%82.75%-
XYZ54.7261.6162.43-
YUV203.24125.04118.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.72%
GREEN value IS 211 (82.81% from 255) = 35.23%
BLUE value IS 198 (77.73% from 255) = 33.06%
R=31.72%
G=35.23%
B=33.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1902111980.1000.060.17142.8619.2778.63
HexBED3C6A06118f134f
Octal27632330612062121723117
Binary101111101101001111000110101001101000110001111100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED3C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED3C6; }

 p { color: rgb(190,211,198); }

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

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

 a { background-color: rgb(190,211,198); }

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

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

 span { border-color: rgb(190,211,198); }

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