#B0CBBB

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

Shades of Nebula #B0CBBB

Tints of Nebula #B0CBBB

Color information

#B0CBBB (or 0xB0CBBB) is unknown color: approx Nebula. HEX triplet: B0, CB and BB. RGB value is (176,203,187). Sum of RGB (Red+Green+Blue) = 176+203+187=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CBBB is #4F3444. Grayscale: #C1C1C1. Windows color (decimal): -5190725 or 12307376. OLE color: 12307376.

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

Color convert

RGB176203187-
CMYK0.1300.080.20
HSL144.44º20.61%74.31%-
HSV(B)144.44º13.3%79.61%-
XYZ48.2355.5355.19-
YUV193.1124.55115.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.10%
GREEN value IS 203 (79.69% from 255) = 35.87%
BLUE value IS 187 (73.44% from 255) = 33.04%
R=31.10%
G=35.87%
B=33.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1762031870.1300.080.20144.4420.6174.31
HexB0CBBBD081490154a
Octal260313273150102422025112
Binary1011000011001011101110111101010001010010010000101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CBBB; }

 p { color: rgb(176,203,187); }

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

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

 a { background-color: rgb(176,203,187); }

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

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

 span { border-color: rgb(176,203,187); }

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