#B2CABB

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

Shades of Nebula #B2CABB

Tints of Nebula #B2CABB

Color information

#B2CABB (or 0xB2CABB) is unknown color: approx Nebula. HEX triplet: B2, CA and BB. RGB value is (178,202,187). Sum of RGB (Red+Green+Blue) = 178+202+187=567 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.39% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CABB is #4D3544. Grayscale: #C1C1C1. Windows color (decimal): -5059909 or 12307122. OLE color: 12307122.

HSL color Cylindrical-coordinate representation of color #B2CABB: hue angle of 142.5º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B2CABB is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB178202187-
CMYK0.1200.070.21
HSL142.5º18.46%74.51%-
HSV(B)142.5º11.88%79.22%-
XYZ48.4555.2955.13-
YUV193.11124.55117.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.39%
GREEN value IS 202 (79.30% from 255) = 35.63%
BLUE value IS 187 (73.44% from 255) = 32.98%
R=31.39%
G=35.63%
B=32.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1782021870.1200.070.21142.518.4674.51
HexB2CABBC07158e124b
Octal26231227314072521622113
Binary101100101100101010111011110001111010110001110100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CABB; }

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

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

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

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

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

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

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

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