#B2C5BB

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

Shades of Nebula #B2C5BB

Tints of Nebula #B2C5BB

Color information

#B2C5BB (or 0xB2C5BB) is unknown color: approx Nebula. HEX triplet: B2, C5 and BB. RGB value is (178,197,187). Sum of RGB (Red+Green+Blue) = 178+197+187=562 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.67% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C5BB is #4D3A44. Grayscale: #BEBEBE. Windows color (decimal): -5061189 or 12305842. OLE color: 12305842.

HSL color Cylindrical-coordinate representation of color #B2C5BB: hue angle of 148.42º degrees, saturation: 0.14, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2C5BB is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB178197187-
CMYK0.1000.050.23
HSL148.42º14.07%73.53%-
HSV(B)148.42º9.64%77.25%-
XYZ47.352.9954.75-
YUV190.18126.21119.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.67%
GREEN value IS 197 (77.34% from 255) = 35.05%
BLUE value IS 187 (73.44% from 255) = 33.27%
R=31.67%
G=35.05%
B=33.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1781971870.1000.050.23148.4214.0773.53
HexB2C5BBA051794e4a
Octal26230527312052722416112
Binary10110010110001011011101110100101101111001010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C5BB; }

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

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

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

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

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

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

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

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