#B8C0BB

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

Shades of Nebula #B8C0BB

Tints of Nebula #B8C0BB

Color information

#B8C0BB (or 0xB8C0BB) is unknown color: approx Nebula. HEX triplet: B8, C0 and BB. RGB value is (184,192,187). Sum of RGB (Red+Green+Blue) = 184+192+187=563 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.68% from 563); Green value is 192 (75.39% from 255 or 34.10% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C0BB is #473F44. Grayscale: #BDBDBD. Windows color (decimal): -4669253 or 12304568. OLE color: 12304568.

HSL color Cylindrical-coordinate representation of color #B8C0BB: hue angle of 142.5º degrees, saturation: 0.06, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B8C0BB is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB184192187-
CMYK0.0400.030.25
HSL142.5º5.97%73.73%-
HSV(B)142.5º4.17%75.29%-
XYZ47.5951.4854.44-
YUV189.04126.85124.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.68%
GREEN value IS 192 (75.39% from 255) = 34.10%
BLUE value IS 187 (73.44% from 255) = 33.21%
R=32.68%
G=34.10%
B=33.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841921870.0400.030.25142.55.9773.73
HexB8C0BB403198e64a
Octal270300273403312166112
Binary10111000110000001011101110001111001100011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C0BB; }

 p { color: rgb(184,192,187); }

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

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

 a { background-color: rgb(184,192,187); }

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

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

 span { border-color: rgb(184,192,187); }

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