Html Css Color HEX #B0D1BF Nebula

📋 copy color: '#B0D1BF'

red 176 ◦ green 209 ◦ blue 191

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

Shades of Nebula #B0D1BF

Tints of Nebula #B0D1BF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.28%

 BLUE value IS 191 (75% from 255) = 33.16%

R = 30.56%
G = 36.28%
B = 33.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#B0D1BF (or 0xB0D1BF) is known color: Nebula. HEX triplet: B0, D1 and BF. RGB value is (176,209,191). Sum of RGB (Red+Green+Blue) = 176+209+191=576 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.56% from 576); Green value is 209 (82.03% from 255 or 36.28% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D1BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D1BF is #4F2E40. Grayscale: #C5C5C5. Windows color (decimal): -5189185 or 12571056. OLE color: 12571056.

HSL color Cylindrical-coordinate representation of color #B0D1BF: hue angle of 147.27º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0D1BF is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 209 191 -
CMYK 0.16 0 0.09 0.18
HSL 147.27º 0.26% 0.75% -
HSV(B) 147.27º 0.16% 0.82% -
XYZ 50.11 58.59 57.96 -
YUV 197.08 124.57 112.96 -
System Red Green Blue C M Y K H S L
Decimal 176 209 191 0.16 0 0.09 0.18 147.27 0.26 0.75
Hex B0 D1 BF 10 0 9 12 93 1A 4B
Octal 260 321 277 20 0 11 22 223 32 113
Binary 10110000 11010001 10111111 10000 0 1001 10010 10010011 11010 1001011

Color Harmonies of #B0D1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D1BF

Black with #B0D1BF

Text Example


Text Example

White with #B0D1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D1BF; }

 p { color: rgb(176,209,191); }

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

background-color css

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

 a { background-color: rgb(176,209,191); }

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

border-color css

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

 span { border-color: rgb(176,209,191); }

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