#B0CABB

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

Shades of Nebula #B0CABB

Tints of Nebula #B0CABB

Color information

#B0CABB (or 0xB0CABB) is unknown color: approx Nebula. HEX triplet: B0, CA and BB. RGB value is (176,202,187). Sum of RGB (Red+Green+Blue) = 176+202+187=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CABB is #4F3544. Grayscale: #C0C0C0. Windows color (decimal): -5190981 or 12307120. OLE color: 12307120.

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

Color convert

RGB176202187-
CMYK0.1300.070.21
HSL145.38º19.7%74.12%-
HSV(B)145.38º12.87%79.22%-
XYZ47.9955.0655.11-
YUV192.52124.89116.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.15%
GREEN value IS 202 (79.30% from 255) = 35.75%
BLUE value IS 187 (73.44% from 255) = 33.10%
R=31.15%
G=35.75%
B=33.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1762021870.1300.070.21145.3819.774.12
HexB0CABBD071591144a
Octal26031227315072522124112
Binary101100001100101010111011110101111010110010001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CABB; }

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

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

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

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

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

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

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

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