#B5CDBF

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

Shades of Nebula #B5CDBF

Tints of Nebula #B5CDBF

Color information

#B5CDBF (or 0xB5CDBF) is unknown color: approx Nebula. HEX triplet: B5, CD and BF. RGB value is (181,205,191). Sum of RGB (Red+Green+Blue) = 181+205+191=577 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.37% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 205 - color contains mainly: green. Hex color #B5CDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CDBF is #4A3240. Grayscale: #C4C4C4. Windows color (decimal): -4862529 or 12570037. OLE color: 12570037.

HSL color Cylindrical-coordinate representation of color #B5CDBF: hue angle of 145º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5CDBF is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB181205191-
CMYK0.1200.070.20
HSL145º19.35%75.69%-
HSV(B)145º11.71%80.39%-
XYZ50.2957.2557.69-
YUV196.23125.05117.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.37%
GREEN value IS 205 (80.47% from 255) = 35.53%
BLUE value IS 191 (75% from 255) = 33.10%
R=31.37%
G=35.53%
B=33.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1812051910.1200.070.2014519.3575.69
HexB5CDBFC071491134c
Octal26531527714072422123114
Binary101101011100110110111111110001111010010010001100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CDBF; }

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

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

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

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

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

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

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

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