#B0CDBE

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

Shades of Nebula #B0CDBE

Tints of Nebula #B0CDBE

Color information

#B0CDBE (or 0xB0CDBE) is unknown color: approx Nebula. HEX triplet: B0, CD and BE. RGB value is (176,205,190). Sum of RGB (Red+Green+Blue) = 176+205+190=571 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.82% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 205 - color contains mainly: green. Hex color #B0CDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CDBE is #4F3241. Grayscale: #C2C2C2. Windows color (decimal): -5190210 or 12504496. OLE color: 12504496.

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

Color convert

RGB176205190-
CMYK0.1400.070.20
HSL148.97º22.48%74.71%-
HSV(B)148.97º14.15%80.39%-
XYZ49.0356.6157.06-
YUV194.62125.39114.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.82%
GREEN value IS 205 (80.47% from 255) = 35.90%
BLUE value IS 190 (74.61% from 255) = 33.27%
R=30.82%
G=35.90%
B=33.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1762051900.1400.070.20148.9722.4874.71
HexB0CDBEE071495164b
Octal26031527616072422526113
Binary101100001100110110111110111001111010010010101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CDBE; }

 p { color: rgb(176,205,190); }

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

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

 a { background-color: rgb(176,205,190); }

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

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

 span { border-color: rgb(176,205,190); }

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