#B5CABF

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

Shades of Nebula #B5CABF

Tints of Nebula #B5CABF

Color information

#B5CABF (or 0xB5CABF) is unknown color: approx Nebula. HEX triplet: B5, CA and BF. RGB value is (181,202,191). Sum of RGB (Red+Green+Blue) = 181+202+191=574 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.53% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CABF is #4A3540. Grayscale: #C2C2C2. Windows color (decimal): -4863297 or 12569269. OLE color: 12569269.

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

Color convert

RGB181202191-
CMYK0.1000.050.21
HSL148.57º16.54%75.1%-
HSV(B)148.57º10.4%79.22%-
XYZ49.5855.8357.45-
YUV194.47126.04118.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.53%
GREEN value IS 202 (79.30% from 255) = 35.19%
BLUE value IS 191 (75% from 255) = 33.28%
R=31.53%
G=35.19%
B=33.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1812021910.1000.050.21148.5716.5475.1
HexB5CABFA051595114b
Octal26531227712052522521113
Binary101101011100101010111111101001011010110010101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CABF; }

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

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

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

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

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

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

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

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