Html Css Color HEX #B1C2B7 Nebula

📋 copy color: '#B1C2B7'

red 177 ◦ green 194 ◦ blue 183

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

Shades of Nebula #B1C2B7

Tints of Nebula #B1C2B7

RGB

 RED value IS 177 (69.53% from 255) = 31.95%

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

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

R = 31.95%
G = 35.02%
B = 33.03%

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

#B1C2B7 (or 0xB1C2B7) is known color: Nebula. HEX triplet: B1, C2 and B7. RGB value is (177,194,183). Sum of RGB (Red+Green+Blue) = 177+194+183=554 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.95% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 183 (71.88% from 255 or 33.03% from 554); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C2B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C2B7 is #4E3D48. Grayscale: #BBBBBB. Windows color (decimal): -5127497 or 12042929. OLE color: 12042929.

HSL color Cylindrical-coordinate representation of color #B1C2B7: hue angle of 141.18º degrees, saturation: 0.12, 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 #B1C2B7 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 194 183 -
CMYK 0.09 0 0.06 0.24
HSL 141.18º 0.12% 0.73% -
HSV(B) 141.18º 0.09% 0.76% -
XYZ 45.97 51.35 52.29 -
YUV 187.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 177 194 183 0.09 0 0.06 0.24 141.18 0.12 0.73
Hex B1 C2 B7 9 0 6 18 8D C 49
Octal 261 302 267 11 0 6 30 215 14 111
Binary 10110001 11000010 10110111 1001 0 110 11000 10001101 1100 1001001

Color Harmonies of #B1C2B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C2B7

Black with #B1C2B7

Text Example


Text Example

White with #B1C2B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C2B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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