#B0D6BF

Color #B0D6BF Nebula (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nebula #B0D6BF

Tints of Nebula #B0D6BF

Color information

#B0D6BF (or 0xB0D6BF) is unknown color: approx 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

RGB176214191-
CMYK0.1800.110.16
HSL143.68º31.67%76.47%-
HSV(B)143.68º17.76%83.92%-
XYZ51.3661.0858.37-
YUV200.02122.91110.87-

RGB Variations

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

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 (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762141910.1800.110.16143.6831.6776.47
HexB0D6BF120B1090204c
Octal260326277220132022040114
Binary101100001101011010111111100100101110000100100001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>