Html Css Color HEX #B0C2B7 Nebula

📋 copy color: '#B0C2B7'

red 176 ◦ green 194 ◦ blue 183

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

Shades of Nebula #B0C2B7

Tints of Nebula #B0C2B7

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.08%

 BLUE value IS 183 (71.88% from 255) = 33.09%

R = 31.83%
G = 35.08%
B = 33.09%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#B0C2B7 (or 0xB0C2B7) is known color: Nebula. HEX triplet: B0, C2 and B7. RGB value is (176,194,183). Sum of RGB (Red+Green+Blue) = 176+194+183=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 194 (76.17% from 255 or 35.08% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C2B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C2B7 is #4F3D48. Grayscale: #BBBBBB. Windows color (decimal): -5193033 or 12042928. OLE color: 12042928.

HSL color Cylindrical-coordinate representation of color #B0C2B7: hue angle of 143.33º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B0C2B7 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 194 183 -
CMYK 0.09 0 0.06 0.24
HSL 143.33º 0.13% 0.73% -
HSV(B) 143.33º 0.09% 0.76% -
XYZ 45.74 51.23 52.28 -
YUV 187.36 125.54 119.89 -
System Red Green Blue C M Y K H S L
Decimal 176 194 183 0.09 0 0.06 0.24 143.33 0.13 0.73
Hex B0 C2 B7 9 0 6 18 8F D 49
Octal 260 302 267 11 0 6 30 217 15 111
Binary 10110000 11000010 10110111 1001 0 110 11000 10001111 1101 1001001

Color Harmonies of #B0C2B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C2B7

Black with #B0C2B7

Text Example


Text Example

White with #B0C2B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C2B7; }

 p { color: rgb(176,194,183); }

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

background-color css

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

 a { background-color: rgb(176,194,183); }

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

border-color css

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

 span { border-color: rgb(176,194,183); }

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