#B1CCBE

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

Shades of Nebula #B1CCBE

Tints of Nebula #B1CCBE

Color information

#B1CCBE (or 0xB1CCBE) is unknown color: approx Nebula. HEX triplet: B1, CC and BE. RGB value is (177,204,190). Sum of RGB (Red+Green+Blue) = 177+204+190=571 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.00% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CCBE is #4E3341. Grayscale: #C2C2C2. Windows color (decimal): -5124930 or 12504241. OLE color: 12504241.

HSL color Cylindrical-coordinate representation of color #B1CCBE: 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 #B1CCBE is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB177204190-
CMYK0.1300.070.2
HSL148.89º20.93%74.71%-
HSV(B)148.89º13.24%80%-
XYZ49.0256.2556.99-
YUV194.33125.55115.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.00%
GREEN value IS 204 (80.08% from 255) = 35.73%
BLUE value IS 190 (74.61% from 255) = 33.27%
R=31.00%
G=35.73%
B=33.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1772041900.1300.070.2148.8920.9374.71
HexB1CCBED071495154b
Octal26131427615072422525113
Binary101100011100110010111110110101111010010010101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CCBE; }

 p { color: rgb(177,204,190); }

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

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

 a { background-color: rgb(177,204,190); }

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

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

 span { border-color: rgb(177,204,190); }

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