#B5CABB

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

Shades of Nebula #B5CABB

Tints of Nebula #B5CABB

Color information

#B5CABB (or 0xB5CABB) is unknown color: approx Nebula. HEX triplet: B5, CA and BB. RGB value is (181,202,187). Sum of RGB (Red+Green+Blue) = 181+202+187=570 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.75% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CABB is #4A3544. Grayscale: #C2C2C2. Windows color (decimal): -4863301 or 12307125. OLE color: 12307125.

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

Color convert

RGB181202187-
CMYK0.1000.070.21
HSL137.14º16.54%75.1%-
HSV(B)137.14º10.4%79.22%-
XYZ49.1555.6555.17-
YUV194.01124.04118.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.75%
GREEN value IS 202 (79.30% from 255) = 35.44%
BLUE value IS 187 (73.44% from 255) = 32.81%
R=31.75%
G=35.44%
B=32.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1812021870.1000.070.21137.1416.5475.1
HexB5CABBA071589114b
Octal26531227312072521121113
Binary101101011100101010111011101001111010110001001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CABB; }

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

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

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

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

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

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

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

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