#B6DBC6

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

Shades of Nebula #B6DBC6

Tints of Nebula #B6DBC6

Color information

#B6DBC6 (or 0xB6DBC6) is unknown color: approx Nebula. HEX triplet: B6, DB and C6. RGB value is (182,219,198). Sum of RGB (Red+Green+Blue) = 182+219+198=599 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.38% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 198 (77.73% from 255 or 33.06% from 599); Max value from RGB is 219 - color contains mainly: green. Hex color #B6DBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DBC6 is #492439. Grayscale: #CDCDCD. Windows color (decimal): -4793402 or 13032374. OLE color: 13032374.

HSL color Cylindrical-coordinate representation of color #B6DBC6: hue angle of 145.95º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B6DBC6 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB182219198-
CMYK0.1700.100.14
HSL145.95º33.94%78.63%-
HSV(B)145.95º16.89%85.88%-
XYZ54.8264.6963.02-
YUV205.54123.74111.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.38%
GREEN value IS 219 (85.94% from 255) = 36.56%
BLUE value IS 198 (77.73% from 255) = 33.06%
R=30.38%
G=36.56%
B=33.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1822191980.1700.100.14145.9533.9478.63
HexB6DBC6110AE92224f
Octal266333306210121622242117
Binary10110110110110111100011010001010101110100100101000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DBC6; }

 p { color: rgb(182,219,198); }

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

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

 a { background-color: rgb(182,219,198); }

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

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

 span { border-color: rgb(182,219,198); }

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