#B2CDBF

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

Shades of Nebula #B2CDBF

Tints of Nebula #B2CDBF

Color information

#B2CDBF (or 0xB2CDBF) is unknown color: approx Nebula. HEX triplet: B2, CD and BF. RGB value is (178,205,191). Sum of RGB (Red+Green+Blue) = 178+205+191=574 (76% of max value = 765). Red value is 178 (69.92% from 255 or 31.01% from 574); Green value is 205 (80.47% from 255 or 35.71% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CDBF is #4D3240. Grayscale: #C3C3C3. Windows color (decimal): -5059137 or 12570034. OLE color: 12570034.

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

Color convert

RGB178205191-
CMYK0.1300.070.20
HSL148.89º21.26%75.1%-
HSV(B)148.89º13.17%80.39%-
XYZ49.656.8957.66-
YUV195.33125.55115.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.01%
GREEN value IS 205 (80.47% from 255) = 35.71%
BLUE value IS 191 (75% from 255) = 33.28%
R=31.01%
G=35.71%
B=33.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1782051910.1300.070.20148.8921.2675.1
HexB2CDBFD071495154b
Octal26231527715072422525113
Binary101100101100110110111111110101111010010010101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CDBF; }

 p { color: rgb(178,205,191); }

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

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

 a { background-color: rgb(178,205,191); }

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

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

 span { border-color: rgb(178,205,191); }

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