#B0CABD

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

Shades of Nebula #B0CABD

Tints of Nebula #B0CABD

Color information

#B0CABD (or 0xB0CABD) is unknown color: approx Nebula. HEX triplet: B0, CA and BD. RGB value is (176,202,189). Sum of RGB (Red+Green+Blue) = 176+202+189=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CABD is #4F3542. Grayscale: #C0C0C0. Windows color (decimal): -5190979 or 12438192. OLE color: 12438192.

HSL color Cylindrical-coordinate representation of color #B0CABD: hue angle of 150º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0CABD is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB176202189-
CMYK0.1300.060.21
HSL150º19.7%74.12%-
HSV(B)150º12.87%79.22%-
XYZ48.2155.1556.25-
YUV192.74125.89116.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.04%
GREEN value IS 202 (79.30% from 255) = 35.63%
BLUE value IS 189 (74.22% from 255) = 33.33%
R=31.04%
G=35.63%
B=33.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1762021890.1300.060.2115019.774.12
HexB0CABDD061596144a
Octal26031227515062522624112
Binary101100001100101010111101110101101010110010110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CABD; }

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

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

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

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

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

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

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

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