#B5CABD

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

Shades of Nebula #B5CABD

Tints of Nebula #B5CABD

Color information

#B5CABD (or 0xB5CABD) is unknown color: approx Nebula. HEX triplet: B5, CA and BD. RGB value is (181,202,189). Sum of RGB (Red+Green+Blue) = 181+202+189=572 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.64% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CABD is #4A3542. Grayscale: #C2C2C2. Windows color (decimal): -4863299 or 12438197. OLE color: 12438197.

HSL color Cylindrical-coordinate representation of color #B5CABD: hue angle of 142.86º 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 #B5CABD is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB181202189-
CMYK0.1000.060.21
HSL142.86º16.54%75.1%-
HSV(B)142.86º10.4%79.22%-
XYZ49.3655.7456.3-
YUV194.24125.04118.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.64%
GREEN value IS 202 (79.30% from 255) = 35.31%
BLUE value IS 189 (74.22% from 255) = 33.04%
R=31.64%
G=35.31%
B=33.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1812021890.1000.060.21142.8616.5475.1
HexB5CABDA06158f114b
Octal26531227512062521721113
Binary101101011100101010111101101001101010110001111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CABD; }

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

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

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

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

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

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

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

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