#B8CCC1

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

Shades of Nebula #B8CCC1

Tints of Nebula #B8CCC1

Color information

#B8CCC1 (or 0xB8CCC1) is unknown color: approx Nebula. HEX triplet: B8, CC and C1. RGB value is (184,204,193). Sum of RGB (Red+Green+Blue) = 184+204+193=581 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.67% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CCC1 is #47333E. Grayscale: #C4C4C4. Windows color (decimal): -4666175 or 12700856. OLE color: 12700856.

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

Color convert

RGB184204193-
CMYK0.1000.050.2
HSL147º16.39%76.08%-
HSV(B)147º9.8%80%-
XYZ50.9957.2358.81-
YUV196.77125.87118.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.67%
GREEN value IS 204 (80.08% from 255) = 35.11%
BLUE value IS 193 (75.78% from 255) = 33.22%
R=31.67%
G=35.11%
B=33.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1842041930.1000.050.214716.3976.08
HexB8CCC1A051493104c
Octal27031430112052422320114
Binary101110001100110011000001101001011010010010011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CCC1; }

 p { color: rgb(184,204,193); }

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

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

 a { background-color: rgb(184,204,193); }

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

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

 span { border-color: rgb(184,204,193); }

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