#B8D7C6

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

Shades of Nebula #B8D7C6

Tints of Nebula #B8D7C6

Color information

#B8D7C6 (or 0xB8D7C6) is unknown color: approx Nebula. HEX triplet: B8, D7 and C6. RGB value is (184,215,198). Sum of RGB (Red+Green+Blue) = 184+215+198=597 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.82% from 597); Green value is 215 (84.38% from 255 or 36.01% from 597); Blue value is 198 (77.73% from 255 or 33.17% from 597); Max value from RGB is 215 - color contains mainly: green. Hex color #B8D7C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D7C6 is #472839. Grayscale: #CBCBCB. Windows color (decimal): -4663354 or 13031352. OLE color: 13031352.

HSL color Cylindrical-coordinate representation of color #B8D7C6: hue angle of 147.1º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B8D7C6 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB184215198-
CMYK0.1400.080.16
HSL147.1º27.93%78.24%-
HSV(B)147.1º14.42%84.31%-
XYZ54.2662.8762.7-
YUV203.79124.73113.88-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.82%
GREEN value IS 215 (84.38% from 255) = 36.01%
BLUE value IS 198 (77.73% from 255) = 33.17%
R=30.82%
G=36.01%
B=33.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1842151980.1400.080.16147.127.9378.24
HexB8D7C6E0810931c4e
Octal270327306160102022334116
Binary1011100011010111110001101110010001000010010011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D7C6; }

 p { color: rgb(184,215,198); }

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

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

 a { background-color: rgb(184,215,198); }

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

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

 span { border-color: rgb(184,215,198); }

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