#B2CABD

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

Shades of Nebula #B2CABD

Tints of Nebula #B2CABD

Color information

#B2CABD (or 0xB2CABD) is unknown color: approx Nebula. HEX triplet: B2, CA and BD. RGB value is (178,202,189). Sum of RGB (Red+Green+Blue) = 178+202+189=569 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.28% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CABD is #4D3542. Grayscale: #C1C1C1. Windows color (decimal): -5059907 or 12438194. OLE color: 12438194.

HSL color Cylindrical-coordinate representation of color #B2CABD: hue angle of 147.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 #B2CABD is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB178202189-
CMYK0.1200.060.21
HSL147.5º18.46%74.51%-
HSV(B)147.5º11.88%79.22%-
XYZ48.6755.3856.27-
YUV193.34125.55117.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.28%
GREEN value IS 202 (79.30% from 255) = 35.50%
BLUE value IS 189 (74.22% from 255) = 33.22%
R=31.28%
G=35.50%
B=33.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1782021890.1200.060.21147.518.4674.51
HexB2CABDC061593124b
Octal26231227514062522322113
Binary101100101100101010111101110001101010110010011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CABD; }

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

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

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

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

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

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

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

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