#B3CABB

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

Shades of Nebula #B3CABB

Tints of Nebula #B3CABB

Color information

#B3CABB (or 0xB3CABB) is unknown color: approx Nebula. HEX triplet: B3, CA and BB. RGB value is (179,202,187). Sum of RGB (Red+Green+Blue) = 179+202+187=568 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.51% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CABB is #4C3544. Grayscale: #C1C1C1. Windows color (decimal): -4994373 or 12307123. OLE color: 12307123.

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

Color convert

RGB179202187-
CMYK0.1100.070.21
HSL140.87º17.83%74.71%-
HSV(B)140.87º11.39%79.22%-
XYZ48.6855.4155.14-
YUV193.41124.38117.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.51%
GREEN value IS 202 (79.30% from 255) = 35.56%
BLUE value IS 187 (73.44% from 255) = 32.92%
R=31.51%
G=35.56%
B=32.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1792021870.1100.070.21140.8717.8374.71
HexB3CABBB07158d124b
Octal26331227313072521522113
Binary101100111100101010111011101101111010110001101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CABB; }

 p { color: rgb(179,202,187); }

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

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

 a { background-color: rgb(179,202,187); }

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

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

 span { border-color: rgb(179,202,187); }

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