#B6CBC0

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

Shades of Nebula #B6CBC0

Tints of Nebula #B6CBC0

Color information

#B6CBC0 (or 0xB6CBC0) is unknown color: approx Nebula. HEX triplet: B6, CB and C0. RGB value is (182,203,192). Sum of RGB (Red+Green+Blue) = 182+203+192=577 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.54% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 192 (75.39% from 255 or 33.28% from 577); Max value from RGB is 203 - color contains mainly: green. Hex color #B6CBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CBC0 is #49343F. Grayscale: #C3C3C3. Windows color (decimal): -4797504 or 12635062. OLE color: 12635062.

HSL color Cylindrical-coordinate representation of color #B6CBC0: hue angle of 148.57º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B6CBC0 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB182203192-
CMYK0.1000.050.20
HSL148.57º16.8%75.49%-
HSV(B)148.57º10.34%79.61%-
XYZ50.1656.4658.12-
YUV195.47126.04118.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.54%
GREEN value IS 203 (79.69% from 255) = 35.18%
BLUE value IS 192 (75.39% from 255) = 33.28%
R=31.54%
G=35.18%
B=33.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1822031920.1000.050.20148.5716.875.49
HexB6CBC0A051495114b
Octal26631330012052422521113
Binary101101101100101111000000101001011010010010101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CBC0; }

 p { color: rgb(182,203,192); }

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

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

 a { background-color: rgb(182,203,192); }

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

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

 span { border-color: rgb(182,203,192); }

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