Html Css Color HEX #B0D6BF Nebula

📋 copy color: '#B0D6BF'

red 176 ◦ green 214 ◦ blue 191

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

Shades of Nebula #B0D6BF

Tints of Nebula #B0D6BF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.83%

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

R = 30.29%
G = 36.83%
B = 32.87%

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

#B0D6BF (or 0xB0D6BF) is known color: Nebula. HEX triplet: B0, D6 and BF. RGB value is (176,214,191). Sum of RGB (Red+Green+Blue) = 176+214+191=581 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.29% from 581); Green value is 214 (83.98% from 255 or 36.83% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D6BF is #4F2940. Grayscale: #C8C8C8. Windows color (decimal): -5187905 or 12572336. OLE color: 12572336.

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

Color convert

RGB 176 214 191 -
CMYK 0.18 0 0.11 0.16
HSL 143.68º 0.32% 0.76% -
HSV(B) 143.68º 0.18% 0.84% -
XYZ 51.36 61.08 58.37 -
YUV 200.02 122.91 110.87 -
System Red Green Blue C M Y K H S L
Decimal 176 214 191 0.18 0 0.11 0.16 143.68 0.32 0.76
Hex B0 D6 BF 12 0 B 10 90 20 4C
Octal 260 326 277 22 0 13 20 220 40 114
Binary 10110000 11010110 10111111 10010 0 1011 10000 10010000 100000 1001100

Color Harmonies of #B0D6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D6BF

Black with #B0D6BF

Text Example


Text Example

White with #B0D6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D6BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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