#B8CEBF

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

Shades of Nebula #B8CEBF

Tints of Nebula #B8CEBF

Color information

#B8CEBF (or 0xB8CEBF) is unknown color: approx Nebula. HEX triplet: B8, CE and BF. RGB value is (184,206,191). Sum of RGB (Red+Green+Blue) = 184+206+191=581 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.67% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 206 - color contains mainly: green. Hex color #B8CEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CEBF is #473140. Grayscale: #C5C5C5. Windows color (decimal): -4665665 or 12570296. OLE color: 12570296.

HSL color Cylindrical-coordinate representation of color #B8CEBF: hue angle of 139.09º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B8CEBF is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB184206191-
CMYK0.1100.070.19
HSL139.09º18.33%76.47%-
HSV(B)139.09º10.68%80.78%-
XYZ51.2458.0957.8-
YUV197.71124.21118.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.67%
GREEN value IS 206 (80.86% from 255) = 35.46%
BLUE value IS 191 (75% from 255) = 32.87%
R=31.67%
G=35.46%
B=32.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1842061910.1100.070.19139.0918.3376.47
HexB8CEBFB07138b124c
Octal27031627713072321322114
Binary101110001100111010111111101101111001110001011100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CEBF; }

 p { color: rgb(184,206,191); }

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

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

 a { background-color: rgb(184,206,191); }

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

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

 span { border-color: rgb(184,206,191); }

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