Html Css Color HEX #BEC5C0 Nebula

📋 copy color: '#BEC5C0'

red 190 ◦ green 197 ◦ blue 192

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

Shades of Nebula #BEC5C0

Tints of Nebula #BEC5C0

RGB

 RED value IS 190 (74.61% from 255) = 32.82%

 GREEN value IS 197 (77.34% from 255) = 34.02%

 BLUE value IS 192 (75.39% from 255) = 33.16%

R = 32.82%
G = 34.02%
B = 33.16%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#BEC5C0 (or 0xBEC5C0) is known color: Nebula. HEX triplet: BE, C5 and C0. RGB value is (190,197,192). Sum of RGB (Red+Green+Blue) = 190+197+192=579 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.82% from 579); Green value is 197 (77.34% from 255 or 34.02% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC5C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC5C0 is #413A3F. Grayscale: #C2C2C2. Windows color (decimal): -4274752 or 12633534. OLE color: 12633534.

HSL color Cylindrical-coordinate representation of color #BEC5C0: hue angle of 137.14º degrees, saturation: 0.06, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BEC5C0 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 197 192 -
CMYK 0.04 0 0.03 0.23
HSL 137.14º 0.06% 0.76% -
HSV(B) 137.14º 0.04% 0.77% -
XYZ 50.72 54.69 57.75 -
YUV 194.34 126.68 124.91 -
System Red Green Blue C M Y K H S L
Decimal 190 197 192 0.04 0 0.03 0.23 137.14 0.06 0.76
Hex BE C5 C0 4 0 3 17 89 6 4C
Octal 276 305 300 4 0 3 27 211 6 114
Binary 10111110 11000101 11000000 100 0 11 10111 10001001 110 1001100

Color Harmonies of #BEC5C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC5C0

Black with #BEC5C0

Text Example


Text Example

White with #BEC5C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC5C0; }

 p { color: rgb(190,197,192); }

 H1.HeaderClassName
 {
   color: #BEC5C0;
 }
 .AnyTagClassName
 {
   color: #BEC5C0;
 }
</style>

background-color css

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

 a { background-color: rgb(190,197,192); }

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

border-color css

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

 span { border-color: rgb(190,197,192); }

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