#B6D3BF

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

Shades of Nebula #B6D3BF

Tints of Nebula #B6D3BF

Color information

#B6D3BF (or 0xB6D3BF) is unknown color: approx Nebula. HEX triplet: B6, D3 and BF. RGB value is (182,211,191). Sum of RGB (Red+Green+Blue) = 182+211+191=584 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.16% from 584); Green value is 211 (82.81% from 255 or 36.13% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 211 - color contains mainly: green. Hex color #B6D3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D3BF is #492C40. Grayscale: #C8C8C8. Windows color (decimal): -4795457 or 12571574. OLE color: 12571574.

HSL color Cylindrical-coordinate representation of color #B6D3BF: hue angle of 138.62º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B6D3BF is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB182211191-
CMYK0.1400.090.17
HSL138.62º24.79%77.06%-
HSV(B)138.62º13.74%82.75%-
XYZ51.9960.358.19-
YUV200.05122.89115.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.16%
GREEN value IS 211 (82.81% from 255) = 36.13%
BLUE value IS 191 (75% from 255) = 32.71%
R=31.16%
G=36.13%
B=32.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1822111910.1400.090.17138.6224.7977.06
HexB6D3BFE09118b194d
Octal266323277160112121331115
Binary1011011011010011101111111110010011000110001011110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D3BF; }

 p { color: rgb(182,211,191); }

 H1.HeaderClassName
 {
   color: #B6D3BF;
 }
 .AnyTagClassName
 {
   color: #B6D3BF;
 }
</style>
background-color css

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

 a { background-color: rgb(182,211,191); }

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

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

 span { border-color: rgb(182,211,191); }

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