Html Css Color HEX #BED3C6 Nebula

📋 copy color: '#BED3C6'

red 190 ◦ green 211 ◦ blue 198

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

Shades of Nebula #BED3C6

Tints of Nebula #BED3C6

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 value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.17

RGB Variations

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

Color information

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

RGB 190 211 198 -
CMYK 0.10 0 0.06 0.17
HSL 142.86º 0.19% 0.79% -
HSV(B) 142.86º 0.1% 0.83% -
XYZ 54.72 61.61 62.43 -
YUV 203.24 125.04 118.56 -
System Red Green Blue C M Y K H S L
Decimal 190 211 198 0.10 0 0.06 0.17 142.86 0.19 0.79
Hex BE D3 C6 A 0 6 11 8F 13 4F
Octal 276 323 306 12 0 6 21 217 23 117
Binary 10111110 11010011 11000110 1010 0 110 10001 10001111 10011 1001111

Color Harmonies of #BED3C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED3C6

Black with #BED3C6

Text Example


Text Example

White with #BED3C6

Text Example


Text Example

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