#B5CABE

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

Shades of Nebula #B5CABE

Tints of Nebula #B5CABE

Color information

#B5CABE (or 0xB5CABE) is unknown color: approx Nebula. HEX triplet: B5, CA and BE. RGB value is (181,202,190). Sum of RGB (Red+Green+Blue) = 181+202+190=573 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.59% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CABE is #4A3541. Grayscale: #C2C2C2. Windows color (decimal): -4863298 or 12503733. OLE color: 12503733.

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

Color convert

RGB181202190-
CMYK0.1000.060.21
HSL145.71º16.54%75.1%-
HSV(B)145.71º10.4%79.22%-
XYZ49.4755.7856.87-
YUV194.35125.54118.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.59%
GREEN value IS 202 (79.30% from 255) = 35.25%
BLUE value IS 190 (74.61% from 255) = 33.16%
R=31.59%
G=35.25%
B=33.16%

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
Decimal1812021900.1000.060.21145.7116.5475.1
HexB5CABEA061592114b
Octal26531227612062522221113
Binary101101011100101010111110101001101010110010010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CABE; }

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

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

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

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

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

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

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

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