#B8CABE

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

Shades of Nebula #B8CABE

Tints of Nebula #B8CABE

Color information

#B8CABE (or 0xB8CABE) is unknown color: approx Nebula. HEX triplet: B8, CA and BE. RGB value is (184,202,190). Sum of RGB (Red+Green+Blue) = 184+202+190=576 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.94% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CABE is #473541. Grayscale: #C3C3C3. Windows color (decimal): -4666690 or 12503736. OLE color: 12503736.

HSL color Cylindrical-coordinate representation of color #B8CABE: hue angle of 140º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B8CABE is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB184202190-
CMYK0.0900.060.21
HSL140º14.52%75.69%-
HSV(B)140º8.91%79.22%-
XYZ50.1856.1556.91-
YUV195.25125.04119.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.94%
GREEN value IS 202 (79.30% from 255) = 35.07%
BLUE value IS 190 (74.61% from 255) = 32.99%
R=31.94%
G=35.07%
B=32.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1842021900.0900.060.2114014.5275.69
HexB8CABE906158cf4c
Octal27031227611062521417114
Binary10111000110010101011111010010110101011000110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CABE; }

 p { color: rgb(184,202,190); }

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

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

 a { background-color: rgb(184,202,190); }

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

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

 span { border-color: rgb(184,202,190); }

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