#B8C2BB

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

Shades of Nebula #B8C2BB

Tints of Nebula #B8C2BB

Color information

#B8C2BB (or 0xB8C2BB) is unknown color: approx Nebula. HEX triplet: B8, C2 and BB. RGB value is (184,194,187). Sum of RGB (Red+Green+Blue) = 184+194+187=565 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.57% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C2BB is #473D44. Grayscale: #BEBEBE. Windows color (decimal): -4668741 or 12305080. OLE color: 12305080.

HSL color Cylindrical-coordinate representation of color #B8C2BB: hue angle of 138º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B8C2BB is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB184194187-
CMYK0.0500.040.24
HSL138º7.58%74.12%-
HSV(B)138º5.15%76.08%-
XYZ48.0352.3654.59-
YUV190.21126.19123.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.57%
GREEN value IS 194 (76.17% from 255) = 34.34%
BLUE value IS 187 (73.44% from 255) = 33.10%
R=32.57%
G=34.34%
B=33.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1841941870.0500.040.241387.5874.12
HexB8C2BB504188a84a
Octal2703022735043021210112
Binary1011100011000010101110111010100110001000101010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C2BB; }

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

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

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

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

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

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

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

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