Html Css Color HEX #B0D7BF Nebula

📋 copy color: '#B0D7BF'

red 176 ◦ green 215 ◦ blue 191

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

Shades of Nebula #B0D7BF

Tints of Nebula #B0D7BF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.94%

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

R = 30.24%
G = 36.94%
B = 32.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#B0D7BF (or 0xB0D7BF) is known color: Nebula. HEX triplet: B0, D7 and BF. RGB value is (176,215,191). Sum of RGB (Red+Green+Blue) = 176+215+191=582 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.24% from 582); Green value is 215 (84.38% from 255 or 36.94% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D7BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D7BF is #4F2840. Grayscale: #C8C8C8. Windows color (decimal): -5187649 or 12572592. OLE color: 12572592.

HSL color Cylindrical-coordinate representation of color #B0D7BF: hue angle of 143.08º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0D7BF is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 215 191 -
CMYK 0.18 0 0.11 0.16
HSL 143.08º 0.33% 0.77% -
HSV(B) 143.08º 0.18% 0.84% -
XYZ 51.61 61.59 58.46 -
YUV 200.6 122.58 110.45 -
System Red Green Blue C M Y K H S L
Decimal 176 215 191 0.18 0 0.11 0.16 143.08 0.33 0.77
Hex B0 D7 BF 12 0 B 10 8F 21 4D
Octal 260 327 277 22 0 13 20 217 41 115
Binary 10110000 11010111 10111111 10010 0 1011 10000 10001111 100001 1001101

Color Harmonies of #B0D7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D7BF

Black with #B0D7BF

Text Example


Text Example

White with #B0D7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D7BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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