#B6C8BD

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

Shades of Nebula #B6C8BD

Tints of Nebula #B6C8BD

Color information

#B6C8BD (or 0xB6C8BD) is unknown color: approx Nebula. HEX triplet: B6, C8 and BD. RGB value is (182,200,189). Sum of RGB (Red+Green+Blue) = 182+200+189=571 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.87% from 571); Green value is 200 (78.52% from 255 or 35.03% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 200 - color contains mainly: green. Hex color #B6C8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C8BD is #493742. Grayscale: #C1C1C1. Windows color (decimal): -4798275 or 12437686. OLE color: 12437686.

HSL color Cylindrical-coordinate representation of color #B6C8BD: hue angle of 143.33º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B6C8BD is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB182200189-
CMYK0.0900.060.22
HSL143.33º14.06%74.9%-
HSV(B)143.33º9%78.43%-
XYZ49.1354.9356.16-
YUV193.36125.54119.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.87%
GREEN value IS 200 (78.52% from 255) = 35.03%
BLUE value IS 189 (74.22% from 255) = 33.10%
R=31.87%
G=35.03%
B=33.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1822001890.0900.060.22143.3314.0674.9
HexB6C8BD906168fe4b
Octal26631027511062621716113
Binary10110110110010001011110110010110101101000111111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C8BD; }

 p { color: rgb(182,200,189); }

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

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

 a { background-color: rgb(182,200,189); }

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

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

 span { border-color: rgb(182,200,189); }

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