Html Css Color HEX #B0C5BA Nebula

📋 copy color: '#B0C5BA'

red 176 ◦ green 197 ◦ blue 186

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

Shades of Nebula #B0C5BA

Tints of Nebula #B0C5BA

RGB

 RED value IS 176 (69.14% from 255) = 31.48%

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

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

R = 31.48%
G = 35.24%
B = 33.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#B0C5BA (or 0xB0C5BA) is known color: Nebula. HEX triplet: B0, C5 and BA. RGB value is (176,197,186). Sum of RGB (Red+Green+Blue) = 176+197+186=559 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.48% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C5BA is #4F3A45. Grayscale: #BDBDBD. Windows color (decimal): -5192262 or 12240304. OLE color: 12240304.

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

Color convert

RGB 176 197 186 -
CMYK 0.11 0 0.06 0.23
HSL 148.57º 0.15% 0.73% -
HSV(B) 148.57º 0.11% 0.77% -
XYZ 46.73 52.71 54.16 -
YUV 189.47 126.04 118.39 -
System Red Green Blue C M Y K H S L
Decimal 176 197 186 0.11 0 0.06 0.23 148.57 0.15 0.73
Hex B0 C5 BA B 0 6 17 95 F 49
Octal 260 305 272 13 0 6 27 225 17 111
Binary 10110000 11000101 10111010 1011 0 110 10111 10010101 1111 1001001

Color Harmonies of #B0C5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C5BA

Black with #B0C5BA

Text Example


Text Example

White with #B0C5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C5BA; }

 p { color: rgb(176,197,186); }

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

background-color css

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

 a { background-color: rgb(176,197,186); }

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

border-color css

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

 span { border-color: rgb(176,197,186); }

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