Html Css Color HEX #B7C0BA Nebula

📋 copy color: '#B7C0BA'

red 183 ◦ green 192 ◦ blue 186

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

Shades of Nebula #B7C0BA

Tints of Nebula #B7C0BA

RGB

 RED value IS 183 (71.88% from 255) = 32.62%

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

 BLUE value IS 186 (73.05% from 255) = 33.16%

R = 32.62%
G = 34.22%
B = 33.16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#B7C0BA (or 0xB7C0BA) is known color: Nebula. HEX triplet: B7, C0 and BA. RGB value is (183,192,186). Sum of RGB (Red+Green+Blue) = 183+192+186=561 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.62% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C0BA is #483F45. Grayscale: #BCBCBC. Windows color (decimal): -4734790 or 12239031. OLE color: 12239031.

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

Color convert

RGB 183 192 186 -
CMYK 0.05 0 0.03 0.25
HSL 140º 0.07% 0.74% -
HSV(B) 140º 0.05% 0.75% -
XYZ 47.24 51.31 53.87 -
YUV 188.63 126.52 123.99 -
System Red Green Blue C M Y K H S L
Decimal 183 192 186 0.05 0 0.03 0.25 140 0.07 0.74
Hex B7 C0 BA 5 0 3 19 8C 7 4A
Octal 267 300 272 5 0 3 31 214 7 112
Binary 10110111 11000000 10111010 101 0 11 11001 10001100 111 1001010

Color Harmonies of #B7C0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C0BA

Black with #B7C0BA

Text Example


Text Example

White with #B7C0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C0BA; }

 p { color: rgb(183,192,186); }

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

background-color css

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

 a { background-color: rgb(183,192,186); }

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

border-color css

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

 span { border-color: rgb(183,192,186); }

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