#B2D1C0

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

Shades of Nebula #B2D1C0

Tints of Nebula #B2D1C0

Color information

#B2D1C0 (or 0xB2D1C0) is unknown color: approx Nebula. HEX triplet: B2, D1 and C0. RGB value is (178,209,192). Sum of RGB (Red+Green+Blue) = 178+209+192=579 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.74% from 579); Green value is 209 (82.03% from 255 or 36.10% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D1C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D1C0 is #4D2E3F. Grayscale: #C5C5C5. Windows color (decimal): -5058112 or 12636594. OLE color: 12636594.

HSL color Cylindrical-coordinate representation of color #B2D1C0: hue angle of 147.1º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B2D1C0 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB178209192-
CMYK0.1500.080.18
HSL147.1º25.2%75.88%-
HSV(B)147.1º14.83%81.96%-
XYZ50.6758.8758.56-
YUV197.79124.73113.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.74%
GREEN value IS 209 (82.03% from 255) = 36.10%
BLUE value IS 192 (75.39% from 255) = 33.16%
R=30.74%
G=36.10%
B=33.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1782091920.1500.080.18147.125.275.88
HexB2D1C0F081293194c
Octal262321300170102222331114
Binary1011001011010001110000001111010001001010010011110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D1C0; }

 p { color: rgb(178,209,192); }

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

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

 a { background-color: rgb(178,209,192); }

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

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

 span { border-color: rgb(178,209,192); }

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