Html Css Color HEX #B1C5BA Nebula

📋 copy color: '#B1C5BA'

red 177 ◦ green 197 ◦ blue 186

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

Shades of Nebula #B1C5BA

Tints of Nebula #B1C5BA

RGB

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

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

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

R = 31.61%
G = 35.18%
B = 33.21%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#B1C5BA (or 0xB1C5BA) is known color: Nebula. HEX triplet: B1, C5 and BA. RGB value is (177,197,186). Sum of RGB (Red+Green+Blue) = 177+197+186=560 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.61% from 560); Green value is 197 (77.34% from 255 or 35.18% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 197 - color contains mainly: green. Hex color #B1C5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C5BA is #4E3A45. Grayscale: #BDBDBD. Windows color (decimal): -5126726 or 12240305. OLE color: 12240305.

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

Color convert

RGB 177 197 186 -
CMYK 0.10 0 0.06 0.23
HSL 147º 0.15% 0.73% -
HSV(B) 147º 0.1% 0.77% -
XYZ 46.96 52.82 54.18 -
YUV 189.77 125.87 118.89 -
System Red Green Blue C M Y K H S L
Decimal 177 197 186 0.10 0 0.06 0.23 147 0.15 0.73
Hex B1 C5 BA A 0 6 17 93 F 49
Octal 261 305 272 12 0 6 27 223 17 111
Binary 10110001 11000101 10111010 1010 0 110 10111 10010011 1111 1001001

Color Harmonies of #B1C5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C5BA

Black with #B1C5BA

Text Example


Text Example

White with #B1C5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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