Html Css Color HEX #BDC0BE Nebula

📋 copy color: '#BDC0BE'

red 189 ◦ green 192 ◦ blue 190

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

Shades of Nebula #BDC0BE

Tints of Nebula #BDC0BE

RGB

 RED value IS 189 (74.22% from 255) = 33.1%

 GREEN value IS 192 (75.39% from 255) = 33.63%

 BLUE value IS 190 (74.61% from 255) = 33.27%

R = 33.1%
G = 33.63%
B = 33.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BDC0BE (or 0xBDC0BE) is known color: Nebula. HEX triplet: BD, C0 and BE. RGB value is (189,192,190). Sum of RGB (Red+Green+Blue) = 189+192+190=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0BE is #423F41. Grayscale: #BEBEBE. Windows color (decimal): -4341570 or 12501181. OLE color: 12501181.

HSL color Cylindrical-coordinate representation of color #BDC0BE: hue angle of 140º degrees, saturation: 0.02, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BDC0BE is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 190 -
CMYK 0.02 0 0.01 0.25
HSL 140º 0.02% 0.75% -
HSV(B) 140º 0.02% 0.75% -
XYZ 49.13 52.24 56.21 -
YUV 190.88 127.51 126.66 -
System Red Green Blue C M Y K H S L
Decimal 189 192 190 0.02 0 0.01 0.25 140 0.02 0.75
Hex BD C0 BE 2 0 1 19 8C 2 4B
Octal 275 300 276 2 0 1 31 214 2 113
Binary 10111101 11000000 10111110 10 0 1 11001 10001100 10 1001011

Color Harmonies of #BDC0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC0BE

Black with #BDC0BE

Text Example


Text Example

White with #BDC0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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