#BED5C8

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

Shades of Nebula #BED5C8

Tints of Nebula #BED5C8

Color information

#BED5C8 (or 0xBED5C8) is unknown color: approx Nebula. HEX triplet: BE, D5 and C8. RGB value is (190,213,200). Sum of RGB (Red+Green+Blue) = 190+213+200=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 213 (83.59% from 255 or 35.32% from 603); Blue value is 200 (78.52% from 255 or 33.17% from 603); Max value from RGB is 213 - color contains mainly: green. Hex color #BED5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED5C8 is #412A37. Grayscale: #CCCCCC. Windows color (decimal): -4270648 or 13161918. OLE color: 13161918.

HSL color Cylindrical-coordinate representation of color #BED5C8: hue angle of 146.09º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BED5C8 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB190213200-
CMYK0.1100.060.16
HSL146.09º21.5%79.02%-
HSV(B)146.09º10.8%83.53%-
XYZ55.4562.7163.82-
YUV204.64125.38117.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.51%
GREEN value IS 213 (83.59% from 255) = 35.32%
BLUE value IS 200 (78.52% from 255) = 33.17%
R=31.51%
G=35.32%
B=33.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902132000.1100.060.16146.0921.579.02
HexBED5C8B061092154f
Octal27632531013062022225117
Binary101111101101010111001000101101101000010010010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED5C8; }

 p { color: rgb(190,213,200); }

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

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

 a { background-color: rgb(190,213,200); }

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

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

 span { border-color: rgb(190,213,200); }

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