Html Css Color HEX #BED2C7 Nebula

📋 copy color: '#BED2C7'

red 190 ◦ green 210 ◦ blue 199

#BED2C7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nebula #BED2C7

Tints of Nebula #BED2C7

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.13% from 255) = 33.22%

R = 31.72%
G = 35.06%
B = 33.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#BED2C7 (or 0xBED2C7) is known color: 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

RGB 190 210 199 -
CMYK 0.10 0 0.05 0.18
HSL 147º 0.18% 0.78% -
HSV(B) 147º 0.1% 0.82% -
XYZ 54.59 61.16 62.96 -
YUV 202.77 125.87 118.89 -
System Red Green Blue C M Y K H S L
Decimal 190 210 199 0.10 0 0.05 0.18 147 0.18 0.78
Hex BE D2 C7 A 0 5 12 93 12 4E
Octal 276 322 307 12 0 5 22 223 22 116
Binary 10111110 11010010 11000111 1010 0 101 10010 10010011 10010 1001110

Color Harmonies of #BED2C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED2C7

Black with #BED2C7

Text Example


Text Example

White with #BED2C7

Text Example


Text Example

HTML Codes & Css Web 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>